2 references to TypeContext
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (2)
60
protected sealed override Type ComputePropertyType() => PropertyDefinition.DecodeSignature(_module,
TypeContext
).ReturnType;
80
MethodSignature<string> sig = PropertyDefinition.DecodeSignature(typeProvider,
TypeContext
);