1 write to _lazyLineDirectiveMap
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.cs (1)
631Interlocked.CompareExchange(ref _lazyLineDirectiveMap, new CSharpLineDirectiveMap(this), null);
2 references to _lazyLineDirectiveMap
Microsoft.CodeAnalysis.CSharp (2)
Syntax\CSharpSyntaxTree.cs (2)
628if (_lazyLineDirectiveMap == null) 634return _lazyLineDirectiveMap;