Base:
property
Context
Internal.TypeSystem.TypeSystemEntity.Context
4 references to Context
System.Private.TypeLoader (4)
Internal\TypeSystem\RuntimeNoMetadataType.cs (4)
122
DefType baseType = !baseTypeHandle.IsNull() ? (DefType)
Context
.ResolveRuntimeTypeHandle(baseTypeHandle) : null;
256
Instantiation canonInstantiation =
Context
.ConvertInstantiationToCanonForm(Instantiation, kind, out needsChange);
260
return
Context
.ResolveGenericInstantiation((DefType)openType, canonInstantiation);
322
return
Context
.GetWellKnownType((WellKnownType)elementType);