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