7 references to TryCreateSpanForStatement
Microsoft.CodeAnalysis.CSharp.Features (7)
EditAndContinue\BreakpointSpans.cs (7)
432
return
TryCreateSpanForStatement
(statement, position);
600
return
TryCreateSpanForStatement
(labeledStatement.Statement, position);
617
return
TryCreateSpanForStatement
(doStatement.Statement, position);
658
return
TryCreateSpanForStatement
(forStatement.Statement, position);
711
return
TryCreateSpanForStatement
(checkedStatement.Block, position);
715
return
TryCreateSpanForStatement
(unsafeStatement.Block, position);
745
return
TryCreateSpanForStatement
(tryStatement.Block, position);