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