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