4 references to MarkingComplete
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ManifestMetadataTableNode.cs (1)
189if (!_nodeFactory.MarkingComplete)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
40Debug.Assert(_nodeFactory.MarkingComplete);
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
572Debug.Assert(MarkingComplete);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectDataInterner.cs (1)
38Debug.Assert(factory.MarkingComplete);