2 implementations of TypeContext
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoConstructor.cs (1)
87
public abstract TypeContext
TypeContext
{ get; }
System\Reflection\TypeLoading\Methods\RoMethod.cs (1)
131
public abstract TypeContext
TypeContext
{ get; }
3 references to TypeContext
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\General\Helpers.cs (1)
243
TypeContext typeContext = roMethodBase.
TypeContext
;
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodBody.cs (1)
83
private TypeContext TypeContext => _roMethodBase.
TypeContext
;
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
75
MethodSignature<RoType> sig = methodDefinition.DecodeSignature(_module, roMethodBase.
TypeContext
);