1 write to _diagnostics
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
118_diagnostics = diagnostics;
2 references to _diagnostics
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (2)
444SyntheticBoundNodeFactory statementFactory = new SyntheticBoundNodeFactory(_method, whenClause, _methodBodyFactory.CompilationState, _diagnostics); 472SyntheticBoundNodeFactory statementFactory = new SyntheticBoundNodeFactory(_method, original.Syntax, _methodBodyFactory.CompilationState, _diagnostics);