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