12 references to SyntheticMethodId
System.Private.CoreLib (12)
System\Reflection\Runtime\General\Dispensers.cs (2)
120internal static RuntimeSyntheticConstructorInfo GetRuntimeSyntheticConstructorInfo(SyntheticMethodId syntheticMethodId, RuntimeArrayTypeInfo declaringType, RuntimeTypeInfo[] runtimeParameterTypes, InvokerOptions options, CustomMethodInvokerAction action) 155internal static RuntimeMethodInfo GetRuntimeSyntheticMethodInfo(SyntheticMethodId syntheticMethodId, string name, RuntimeArrayTypeInfo declaringType, RuntimeTypeInfo[] runtimeParameterTypes, RuntimeTypeInfo returnType, InvokerOptions options, CustomMethodInvokerAction action)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (2)
22private RuntimeSyntheticConstructorInfo(SyntheticMethodId syntheticMethodId, RuntimeArrayTypeInfo declaringType, RuntimeTypeInfo[] runtimeParameterTypes, InvokerOptions options, CustomMethodInvokerAction action) 165private readonly SyntheticMethodId _syntheticMethodId;
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (2)
22private RuntimeSyntheticMethodInfo(SyntheticMethodId syntheticMethodId, string name, RuntimeArrayTypeInfo declaringType, RuntimeTypeInfo[] parameterTypes, RuntimeTypeInfo returnType, InvokerOptions options, CustomMethodInvokerAction action) 222private readonly SyntheticMethodId _syntheticMethodId;
System\Reflection\Runtime\TypeInfos\RuntimeArrayTypeInfo.cs (6)
70SyntheticMethodId.ArrayCtor, 108SyntheticMethodId.ArrayCtorJagged + parameterCount, 144SyntheticMethodId.ArrayMultiDimCtor, 180SyntheticMethodId.ArrayGet, 203SyntheticMethodId.ArraySet, 227SyntheticMethodId.ArrayAddress,