Base:
method
InstrumentDoStatementConditionalGotoStart
Microsoft.CodeAnalysis.CSharp.Instrumenter.InstrumentDoStatementConditionalGotoStart(Microsoft.CodeAnalysis.CSharp.BoundDoStatement, Microsoft.CodeAnalysis.CSharp.BoundStatement)
1 override of InstrumentDoStatementConditionalGotoStart
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
241public override BoundStatement InstrumentDoStatementConditionalGotoStart(BoundDoStatement original, BoundStatement ifConditionGotoStart)
1 reference to InstrumentDoStatementConditionalGotoStart
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
248return new BoundSequencePointWithSpan(doSyntax, base.InstrumentDoStatementConditionalGotoStart(original, ifConditionGotoStart), span);