1 instantiation of SymbolMethod
mscorlib (1)
system\reflection\emit\modulebuilder.cs (1)
2095
return new
SymbolMethod
(this, token, arrayClass, methodName, callingConvention, returnType, parameterTypes);
4 references to SymbolMethod
mscorlib (4)
system\reflection\emit\dynamicilgenerator.cs (1)
343
if (!(methodInfo is
SymbolMethod
) && methodInfo.IsStatic == false && !(opcode.Equals(OpCodes.Newobj)))
system\reflection\emit\ilgenerator.cs (1)
633
if (!(methodInfo is
SymbolMethod
) && methodInfo.IsStatic == false && !(opcode.Equals(OpCodes.Newobj)))
system\reflection\emit\modulebuilder.cs (2)
1833
SymbolMethod
symMethod = null;
1853
else if ((symMethod = method as
SymbolMethod
) != null)