Base:
property
Context
Internal.TypeSystem.TypeSystemEntity.Context
4 references to Context
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\NativeAotILProvider.cs (2)
303return AsyncThunkILEmitter.EmitTaskReturningThunk(ecmaMethod, ((CompilerTypeSystemContext)ecmaMethod.Context).GetAsyncVariantMethod(ecmaMethod)); 308if (ecmaMethod.OwningType.Module != ecmaMethod.Context.SystemModule)
ILCompiler.ReadyToRun (1)
IL\ReadyToRunILProvider.cs (1)
192if (ecmaMethod.OwningType.Module != ecmaMethod.Context.SystemModule)
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
817TypeSystemContext typeSysContext = context.Declaration.Context;