2 writes to _genericTypeDefinitionAsDefType
System.Private.TypeLoader (2)
Internal\TypeSystem\RuntimeNoMetadataType.cs (2)
75_genericTypeDefinitionAsDefType = genericTypeDefinitionAsDefType; 76_genericTypeDefinitionAsDefType ??= this;
4 references to _genericTypeDefinitionAsDefType
System.Private.TypeLoader (4)
Internal\TypeSystem\RuntimeNoMetadataType.cs (4)
268if (_genericTypeDefinitionAsDefType != null) 269return _genericTypeDefinitionAsDefType; 296return (clone == null) ? this : _genericTypeDefinitionAsDefType.Context.ResolveGenericInstantiation(_genericTypeDefinitionAsDefType, new Instantiation(clone));