Base:
property
Context
Internal.TypeSystem.TypeSystemEntity.Context
12 references to Context
ILCompiler.Compiler (6)
Compiler\CompilerTypeSystemContext.DynamicInvoke.cs (1)
19return new DynamicInvokeMethodThunk(((CompilerTypeSystemContext)key.Context).GeneratedAssembly.GetGlobalModuleType(), key);
parent\parent\Common\Compiler\MethodExtensions.cs (1)
162&& md.Module == method.Context.SystemModule
parent\parent\Common\JitInterface\WasmLowering.cs (2)
20Debug.Assert(signature.Context.GetWellKnownType(WellKnownType.String).GetMethod(".ctor"u8, signature) != null); 30return new MethodSignature(MethodSignatureFlags.Static, 0, signature.Context.GetWellKnownType(WellKnownType.String), arguments);
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (1)
107parameterType = methodSig.Context.GetByRefType(parameterType);
parent\parent\Common\TypeSystem\Interop\UnmanagedCallingConventions.cs (1)
89result |= GetPlatformDefaultUnmanagedCallingConvention(signature.Context);
ILCompiler.ReadyToRun (6)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
3815sig.ReturnType == sig.Context.GetWellKnownType(WellKnownType.Void)) 3818if (sig.Context.GetWellKnownType(WellKnownType.String).GetMethod(".ctor"u8, sig) is not null)
parent\parent\Common\Compiler\MethodExtensions.cs (1)
162&& md.Module == method.Context.SystemModule
parent\parent\Common\JitInterface\WasmLowering.cs (2)
20Debug.Assert(signature.Context.GetWellKnownType(WellKnownType.String).GetMethod(".ctor"u8, signature) != null); 30return new MethodSignature(MethodSignatureFlags.Static, 0, signature.Context.GetWellKnownType(WellKnownType.String), arguments);
parent\parent\Common\TypeSystem\Interop\UnmanagedCallingConventions.cs (1)
89result |= GetPlatformDefaultUnmanagedCallingConvention(signature.Context);