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