7 references to TryCreateSpanForStatement
Microsoft.CodeAnalysis.CSharp.Features (7)
EditAndContinue\BreakpointSpans.cs (7)
326
return
TryCreateSpanForStatement
(statement, position);
419
return
TryCreateSpanForStatement
(labeledStatement.Statement, position);
436
return
TryCreateSpanForStatement
(doStatement.Statement, position);
477
return
TryCreateSpanForStatement
(forStatement.Statement, position);
530
return
TryCreateSpanForStatement
(checkedStatement.Block, position);
534
return
TryCreateSpanForStatement
(unsafeStatement.Block, position);
564
return
TryCreateSpanForStatement
(tryStatement.Block, position);