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