1 override of InstrumentExpressionStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
69public override BoundStatement InstrumentExpressionStatement(BoundExpressionStatement original, BoundStatement rewritten)
2 references to InstrumentExpressionStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
71return Previous.InstrumentExpressionStatement(original, rewritten);
Lowering\LocalRewriter\LocalRewriter_ExpressionStatement.cs (1)
34result = Instrumenter.InstrumentExpressionStatement(node, result);