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)
444
SyntheticBoundNodeFactory statementFactory = new SyntheticBoundNodeFactory(_method, whenClause, _methodBodyFactory.CompilationState,
_diagnostics
);
472
SyntheticBoundNodeFactory statementFactory = new SyntheticBoundNodeFactory(_method, original.Syntax, _methodBodyFactory.CompilationState,
_diagnostics
);