Base:
property
Context
Internal.TypeSystem.TypeSystemEntity.Context
7 references to Context
ILCompiler.Compiler (7)
IL\Stubs\StartupCode\StartupCodeMainMethod.cs (7)
70
if (
Context
.Target.IsWindows)
82
MetadataType startup =
Context
.GetOptionalHelperType("StartupCodeHelpers"u8);
85
ReadOnlySpan<byte> initArgsName = (
Context
.Target.OperatingSystem == TargetOS.Windows)
139
if (
Context
.Target.IsWindows)
180
Context
.GetWellKnownType(WellKnownType.Int32),
182
Context
.GetWellKnownType(WellKnownType.Int32),
183
Context
.GetWellKnownType(WellKnownType.IntPtr) });