1 instantiation of ArrayMethod
System.Reflection.Emit (1)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
1323return 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)
760else if (method is ArrayMethod sm) 800private BlobBuilder GetMethodArrayMethodSignature(ArrayMethod method) => MetadataSignatureHelper.GetMethodSignature( 1177private bool IsArrayMethodTypeIsTypeBuilder(MethodInfo method) => method is ArrayMethod arrayMethod &&