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