﻿.class public auto ansi beforefieldinit ClassWithGenericMethodUsage
       extends [mscorlib]System.Object
{
  .method public hidebysig instance void 
          Method() cil managed
  {
    // Code size       8 (0x8)
    .maxstack  1
    IL_0000:  nop
    IL_0001:  call       !!0 StaticWithGenericMethodReplacement::Method<string>()
    IL_0006:  pop
    IL_0007:  ret
  } 
  .method public hidebysig specialname rtspecialname 
          instance void  .ctor() cil managed
  {
    // Code size       8 (0x8)
    .maxstack  1
    IL_0000:  ldarg.0
    IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
    IL_0006:  nop
    IL_0007:  ret
  } 
}
