1 write to _methodBodiesInTreeDiagnostics
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
3336
var originalDiagnostics = ImmutableInterlocked.InterlockedCompareExchange(ref
_methodBodiesInTreeDiagnostics
, newDiagnostics, cachedDiagnostics);
2 references to _methodBodiesInTreeDiagnostics
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (2)
3217
var cachedDiagnostics =
_methodBodiesInTreeDiagnostics
;
3313
var cachedDiagnostics =
_methodBodiesInTreeDiagnostics
;