2 overrides of AdjustFormattingEndPoint
Microsoft.CodeAnalysis.CSharp.Features (2)
BraceCompletion\BracketBraceCompletionService.cs (1)
35protected override int AdjustFormattingEndPoint(ParsedDocument document, int startPoint, int endPoint)
BraceCompletion\CurlyBraceCompletionService.cs (1)
53protected override int AdjustFormattingEndPoint(ParsedDocument document, int startPoint, int endPoint)
1 reference to AdjustFormattingEndPoint
Microsoft.CodeAnalysis.CSharp.Features (1)
BraceCompletion\AbstractCurlyBraceOrBracketCompletionService.cs (1)
233var endPoint = AdjustFormattingEndPoint(document, startPoint, closingPoint);