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