1 write to _inlinedThreadStatics
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\TypeThreadStaticIndexNode.cs (1)
21_inlinedThreadStatics = inlinedThreadStatics;
4 references to _inlinedThreadStatics
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\TypeThreadStaticIndexNode.cs (4)
24public bool IsInlined => _inlinedThreadStatics != null; 47ISymbolDefinitionNode node = _inlinedThreadStatics ?? factory.TypeThreadStaticsSymbol(_type); 71typeTlsIndex = - (_inlinedThreadStatics.GetTypeStorageOffset(_type) + factory.Target.PointerSize); 75Debug.Assert(_inlinedThreadStatics.IndexFromBeginningOfArray == 0);