3 references to READYTORUN_FLAG_PlatformNeutralSource
ILCompiler.ReadyToRun (3)
Compiler\ReadyToRunCodegenCompilation.cs (1)
499
flags |= ReadyToRunFlags.
READYTORUN_FLAG_PlatformNeutralSource
;
Compiler\ReadyToRunCodegenCompilationBuilder.cs (1)
260
flags |= ReadyToRunFlags.
READYTORUN_FLAG_PlatformNeutralSource
;
parent\ILCompiler.Reflection.ReadyToRun\PEReaderExtensions.cs (1)
188
return (reader.ReadUInt32() & (uint)ReadyToRunFlags.
READYTORUN_FLAG_PlatformNeutralSource
) != 0;