1 instantiation of SymbolMethod
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (1)
1169return new SymbolMethod(this, token, arrayClass, methodName, callingConvention, returnType, parameterTypes);
3 references to SymbolMethod
System.Private.CoreLib (3)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
283if (!(methodInfo is SymbolMethod) && !methodInfo.IsStatic && !opcode.Equals(OpCodes.Newobj))
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
622if (!(methodInfo is SymbolMethod) && !methodInfo.IsStatic && !opcode.Equals(OpCodes.Newobj))
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (1)
988else if (method is SymbolMethod symMethod)