16 references to AddLastStatementOfConstruct
Microsoft.CodeAnalysis.CSharp.Features (16)
Debugging\CSharpProximityExpressionsService.Worker.cs (16)
197
AddLastStatementOfConstruct
(previousStatement);
211
AddLastStatementOfConstruct
(previousStatement);
238
AddLastStatementOfConstruct
((statement as BlockSyntax).Statements.LastOrDefault());
246
AddLastStatementOfConstruct
((statement as CheckedStatementSyntax).Block);
249
AddLastStatementOfConstruct
((statement as DoStatementSyntax).Statement);
252
AddLastStatementOfConstruct
((statement as ForStatementSyntax).Statement);
256
AddLastStatementOfConstruct
((statement as CommonForEachStatementSyntax).Statement);
260
AddLastStatementOfConstruct
(ifStatement.Statement);
263
AddLastStatementOfConstruct
(ifStatement.Else.Statement);
268
AddLastStatementOfConstruct
((statement as LockStatementSyntax).Statement);
274
AddLastStatementOfConstruct
(section.Statements.LastOrDefault());
282
AddLastStatementOfConstruct
(tryStatement.Finally.Block);
286
AddLastStatementOfConstruct
(tryStatement.Block);
289
AddLastStatementOfConstruct
(catchClause.Block);
295
AddLastStatementOfConstruct
((statement as UsingStatementSyntax).Statement);
298
AddLastStatementOfConstruct
((statement as WhileStatementSyntax).Statement);