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