9 references to RemoveLast
Microsoft.CodeAnalysis.CSharp.Features (6)
ConvertPrimaryToRegularConstructor\ConvertPrimaryToRegularConstructorCodeRefactoringProvider_DocumentationComments.cs (1)
99content.RemoveLast();
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
540stack.RemoveLast();
src\Analyzers\CSharp\Analyzers\NewLines\ConsecutiveBracePlacement\ConsecutiveBracePlacementDiagnosticAnalyzer.cs (1)
58stack.RemoveLast();
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpCollectionExpressionRewriter.cs (2)
411nodesAndTokens.RemoveLast(); 675newLeadingTrivia.RemoveLast();
src\Analyzers\CSharp\CodeFixes\UseObjectInitializer\UseInitializerHelpers.cs (1)
59nodesAndTokens.RemoveLast();
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
4051deletedTypeIndices.RemoveLast();
Microsoft.CodeAnalysis.Workspaces (2)
ReassignedVariable\AbstractReassignedVariableService.cs (2)
75stack.RemoveLast(); 304stack.RemoveLast();