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