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