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