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
));
256
var newClosingPoint = newRoot.GetAnnotatedTokens(
s_closingBraceFormatAnnotation
).Single().SpanStart + 1;
264
var newCloseBraceToken = closeBraceToken.WithAdditionalAnnotations(
s_closingBraceFormatAnnotation
);