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