Base:
property
Context
Internal.TypeSystem.TypeSystemEntity.Context
7 references to Context
ILCompiler.Compiler (7)
IL\Stubs\StartupCode\StartupCodeMainMethod.cs (7)
69
if (
Context
.Target.IsWindows)
81
MetadataType startup =
Context
.GetOptionalHelperType("StartupCodeHelpers"u8);
84
ReadOnlySpan<byte> initArgsName = (
Context
.Target.OperatingSystem == TargetOS.Windows)
138
if (
Context
.Target.IsWindows)
179
Context
.GetWellKnownType(WellKnownType.Int32),
181
Context
.GetWellKnownType(WellKnownType.Int32),
182
Context
.GetWellKnownType(WellKnownType.IntPtr) });