Base:
property
Context
Internal.TypeSystem.TypeSystemEntity.Context
12 references to Context
ILCompiler.Compiler (6)
Compiler\CompilerTypeSystemContext.DynamicInvoke.cs (1)
19
return 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)
20
Debug.Assert(signature.
Context
.GetWellKnownType(WellKnownType.String).GetMethod(".ctor"u8, signature) != null);
30
return new MethodSignature(MethodSignatureFlags.Static, 0, signature.
Context
.GetWellKnownType(WellKnownType.String), arguments);
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (1)
107
parameterType = methodSig.
Context
.GetByRefType(parameterType);
parent\parent\Common\TypeSystem\Interop\UnmanagedCallingConventions.cs (1)
89
result |= GetPlatformDefaultUnmanagedCallingConvention(signature.
Context
);
ILCompiler.ReadyToRun (6)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
3815
sig.ReturnType == sig.
Context
.GetWellKnownType(WellKnownType.Void))
3818
if (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)
20
Debug.Assert(signature.
Context
.GetWellKnownType(WellKnownType.String).GetMethod(".ctor"u8, signature) != null);
30
return new MethodSignature(MethodSignatureFlags.Static, 0, signature.
Context
.GetWellKnownType(WellKnownType.String), arguments);
parent\parent\Common\TypeSystem\Interop\UnmanagedCallingConventions.cs (1)
89
result |= GetPlatformDefaultUnmanagedCallingConvention(signature.
Context
);