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