3 references to ThreadStaticsRegion
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
1672
graph.AddRoot(
ThreadStaticsRegion
, "ThreadStaticsRegion is always generated");
1686
ReadyToRunHeader.Add(ReadyToRunSectionType.ThreadStaticRegion,
ThreadStaticsRegion
);
Compiler\DependencyAnalysis\ThreadStaticsNode.cs (1)
37
factory.
ThreadStaticsRegion
.AddEmbeddedObject(this);