1 write to _allDiagnostics
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorSyntaxTree.cs (1)
43ImmutableInterlocked.InterlockedInitialize(ref _allDiagnostics, ComputeAllDiagnostics(_diagnostics, Root));
2 references to _allDiagnostics
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\RazorSyntaxTree.cs (2)
41if (_allDiagnostics.IsDefault) 46return _allDiagnostics;