2 references to IsReadyToRunPlatformNeutralSource
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCodegenCompilation.cs (1)
500
if (inputModule.IsPlatformNeutral || inputModule.PEReader.
IsReadyToRunPlatformNeutralSource
())
Compiler\ReadyToRunCodegenCompilationBuilder.cs (1)
258
if (inputModules.All(module => module.IsPlatformNeutral || module.PEReader.
IsReadyToRunPlatformNeutralSource
()))