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