Base:
property
Context
Internal.TypeSystem.TypeSystemEntity.Context
2 references to Context
System.Private.TypeLoader (2)
Internal\TypeSystem\RuntimeMethodDesc.Canon.cs (1)
26
return
Context
.ResolveRuntimeMethod(this.UnboxingStub, this.AsyncVariant, this.ReturnDroppingAsyncThunk, canonicalizedTypeOfTargetMethod, this.NameAndSignature);
Internal\TypeSystem\RuntimeMethodDesc.cs (1)
140
return
Context
.ResolveRuntimeMethod(UnboxingStub, AsyncVariant, ReturnDroppingAsyncThunk, (DefType)owningTypeDefinition, _nameAndSignature);