1 instantiation of CSharpLineDirectiveMap
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.cs (1)
634Interlocked.CompareExchange(ref _lazyLineDirectiveMap, new CSharpLineDirectiveMap(this), null);
3 references to CSharpLineDirectiveMap
Microsoft.CodeAnalysis.CSharp (3)
Syntax\CSharpSyntaxTree.cs (3)
629private CSharpLineDirectiveMap GetDirectiveMap() 678var map = GetDirectiveMap(); 749private CSharpLineDirectiveMap? _lazyLineDirectiveMap;