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)
268
if (
_genericTypeDefinitionAsDefType
!= null)
269
return
_genericTypeDefinitionAsDefType
;
296
return (clone == null) ? this :
_genericTypeDefinitionAsDefType
.Context.ResolveGenericInstantiation(
_genericTypeDefinitionAsDefType
, new Instantiation(clone));