3 references to s_closingBraceFormatAnnotation
Microsoft.CodeAnalysis.CSharp.Features (3)
BraceCompletion\AbstractCurlyBraceOrBracketCompletionService.cs (3)
27
private static readonly SyntaxAnnotation s_closingBraceFormatAnnotation = new(nameof(
s_closingBraceFormatAnnotation
));
268
var newClosingPoint = newRoot.GetAnnotatedTokens(
s_closingBraceFormatAnnotation
).Single().SpanStart + 1;
276
var newCloseBraceToken = closeBraceToken.WithAdditionalAnnotations(
s_closingBraceFormatAnnotation
);