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)
241
public override BoundStatement
InstrumentDoStatementConditionalGotoStart
(BoundDoStatement original, BoundStatement ifConditionGotoStart)
1 reference to InstrumentDoStatementConditionalGotoStart
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
248
return new BoundSequencePointWithSpan(doSyntax, base.
InstrumentDoStatementConditionalGotoStart
(original, ifConditionGotoStart), span);