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