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