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