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