Base:
method
InstrumentLabelStatement
Microsoft.CodeAnalysis.CSharp.Instrumenter.InstrumentLabelStatement(Microsoft.CodeAnalysis.CSharp.BoundLabeledStatement, Microsoft.CodeAnalysis.CSharp.BoundStatement)
1 override of InstrumentLabelStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
377public override BoundStatement InstrumentLabelStatement(BoundLabeledStatement original, BoundStatement rewritten)
1 reference to InstrumentLabelStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
382base.InstrumentLabelStatement(original, rewritten),