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