1 instantiation of ArrayMethod
System.Reflection.Emit (1)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
1333
return new
ArrayMethod
(this, arrayClass, methodName, callingConvention, returnType, parameterTypes);
4 references to ArrayMethod
System.Reflection.Emit (4)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
658
else if (methodInfo is
ArrayMethod
sm)
System\Reflection\Emit\ModuleBuilderImpl.cs (3)
757
else if (method is
ArrayMethod
sm)
797
private BlobBuilder GetMethodArrayMethodSignature(
ArrayMethod
method) => MetadataSignatureHelper.GetMethodSignature(
1187
private bool IsArrayMethodTypeIsTypeBuilder(MethodInfo method) => method is
ArrayMethod
arrayMethod &&