4 overrides of RuntimeGenericArgumentsOrParameters
System.Private.CoreLib (4)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
195
internal sealed override RuntimeTypeInfo[]
RuntimeGenericArgumentsOrParameters
System\Reflection\Runtime\MethodInfos\RuntimeDummyMethodInfo.cs (1)
46
internal sealed override RuntimeTypeInfo[]
RuntimeGenericArgumentsOrParameters
{ get { throw NotImplemented.ByDesign; } }
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
235
internal sealed override RuntimeTypeInfo[]
RuntimeGenericArgumentsOrParameters
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
176
internal sealed override RuntimeTypeInfo[]
RuntimeGenericArgumentsOrParameters
4 references to RuntimeGenericArgumentsOrParameters
System.Private.CoreLib (4)
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
129
return
RuntimeGenericArgumentsOrParameters
.ToTypeArray();
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (2)
232
return RuntimeMethodHelpers.ComputeToString(ref _common, contextMethod, contextMethod.
RuntimeGenericArgumentsOrParameters
);
245
return RuntimeMethodHelpers.GetRuntimeParameters(ref _common, contextMethod, contextMethod.
RuntimeGenericArgumentsOrParameters
, out returnParameter);
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfoForMethods.cs (1)
64
return new TypeContext(typeContext.GenericTypeArguments, _declaringRuntimeNamedMethodInfo.
RuntimeGenericArgumentsOrParameters
);