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