9 writes to _typeArgumentHandles
System.Private.TypeLoader (9)
Internal\Runtime\TypeLoader\TemplateLocator.cs (1)
97
_typeArgumentHandles
= concreteMethod.OwningType.Instantiation,
Internal\Runtime\TypeLoader\TypeBuilder.cs (5)
317
_typeArgumentHandles
= method.OwningType.Instantiation,
1048
nlilContext.
_typeArgumentHandles
= declaringType.Instantiation;
1059
nlilContext.
_typeArgumentHandles
= ((DefType)typeContext).Instantiation;
1063
nlilContext.
_typeArgumentHandles
= new Instantiation(new TypeDesc[] { ((ArrayType)typeContext).ElementType });
1076
nlilContext.
_typeArgumentHandles
= actualContext.Instantiation;
Internal\Runtime\TypeLoader\TypeBuilderState.cs (2)
138
nativeLayoutInfoLoadContext.
_typeArgumentHandles
= ((DefType)type).Instantiation;
142
nativeLayoutInfoLoadContext.
_typeArgumentHandles
= new Instantiation(new TypeDesc[] { ((ArrayType)type).ElementType });
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (1)
226
nativeLayoutContext.
_typeArgumentHandles
= targetType.Instantiation;
1 reference to _typeArgumentHandles
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\NativeLayoutInfoLoadContext.cs (1)
115
return (((data & 0x1) != 0) ? _methodArgumentHandles :
_typeArgumentHandles
)[checked((int)index)];