1 write to _mappedPathToSyntaxTree
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
1062RoslynImmutableInterlocked.InterlockedInitialize(ref _mappedPathToSyntaxTree, computeMappedPathToSyntaxTree());
2 references to _mappedPathToSyntaxTree
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (2)
1059var mappedPathToSyntaxTree = _mappedPathToSyntaxTree; 1063mappedPathToSyntaxTree = _mappedPathToSyntaxTree;