1 instantiation of GenericMethodInfo
mscorlib (1)
system\reflection\emit\dynamicilgenerator.cs (1)
1252
m_tokens.Add(new
GenericMethodInfo
(method, typeContext));
2 references to GenericMethodInfo
mscorlib (2)
system\reflection\emit\dynamicilgenerator.cs (2)
964
GenericMethodInfo
gmi = handle as
GenericMethodInfo
;