7 references to TryCreateSpanForStatement
Microsoft.CodeAnalysis.CSharp.Features (7)
EditAndContinue\BreakpointSpans.cs (7)
433
return
TryCreateSpanForStatement
(statement, position);
601
return
TryCreateSpanForStatement
(labeledStatement.Statement, position);
618
return
TryCreateSpanForStatement
(doStatement.Statement, position);
659
return
TryCreateSpanForStatement
(forStatement.Statement, position);
712
return
TryCreateSpanForStatement
(checkedStatement.Block, position);
716
return
TryCreateSpanForStatement
(unsafeStatement.Block, position);
746
return
TryCreateSpanForStatement
(tryStatement.Block, position);