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)
332public override BoundStatement InstrumentLabelStatement(BoundLabeledStatement original, BoundStatement rewritten)
1 reference to InstrumentLabelStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
337base.InstrumentLabelStatement(original, rewritten),