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