17 references to AddLastStatementOfConstruct
Microsoft.CodeAnalysis.CSharp.Features (17)
Debugging\CSharpProximityExpressionsService.Worker.cs (17)
203AddLastStatementOfConstruct(previousStatement); 217AddLastStatementOfConstruct(previousStatement); 244AddLastStatementOfConstruct((statement as BlockSyntax).Statements.LastOrDefault()); 248AddLastStatementOfConstruct(statement.GetPreviousStatement()); 252AddLastStatementOfConstruct((statement as CheckedStatementSyntax).Block); 255AddLastStatementOfConstruct((statement as DoStatementSyntax).Statement); 258AddLastStatementOfConstruct((statement as ForStatementSyntax).Statement); 262AddLastStatementOfConstruct((statement as CommonForEachStatementSyntax).Statement); 266AddLastStatementOfConstruct(ifStatement.Statement); 269AddLastStatementOfConstruct(ifStatement.Else.Statement); 274AddLastStatementOfConstruct((statement as LockStatementSyntax).Statement); 280AddLastStatementOfConstruct(section.Statements.LastOrDefault()); 288AddLastStatementOfConstruct(tryStatement.Finally.Block); 292AddLastStatementOfConstruct(tryStatement.Block); 295AddLastStatementOfConstruct(catchClause.Block); 301AddLastStatementOfConstruct((statement as UsingStatementSyntax).Statement); 304AddLastStatementOfConstruct((statement as WhileStatementSyntax).Statement);