1 write to GenericTypeArguments
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\TypeContext.cs (1)
14GenericTypeArguments = genericTypeArguments;
6 references to GenericTypeArguments
System.Reflection.MetadataLoadContext (6)
System\Reflection\TypeLoading\General\Ecma\EcmaResolver.cs (2)
195if (typeContext.GenericTypeArguments != null && declaringType.IsGenericTypeDefinition) 196return declaringType.GetUniqueConstructedGenericType(typeContext.GenericTypeArguments);
System\Reflection\TypeLoading\General\TypeContext.cs (3)
23if (GenericTypeArguments == null || ((uint)index) >= GenericTypeArguments.Length) 25return GenericTypeArguments[index];
System\Reflection\TypeLoading\Methods\RoConstructedGenericMethod.cs (1)
86public sealed override TypeContext TypeContext => new TypeContext(_genericMethodDefinition.TypeContext.GenericTypeArguments, _genericMethodArguments);