3 references to s_closingBraceNewlineAnnotation
Microsoft.CodeAnalysis.CSharp.Features (3)
BraceCompletion\AbstractCurlyBraceOrBracketCompletionService.cs (3)
28
private static readonly SyntaxAnnotation s_closingBraceNewlineAnnotation = new(nameof(
s_closingBraceNewlineAnnotation
));
119
var annotatedNewline = SyntaxFactory.EndOfLine(options.FormattingOptions.NewLine).WithAdditionalAnnotations(
s_closingBraceNewlineAnnotation
);
123
annotatedNewline = rootToFormat.GetAnnotatedTrivia(
s_closingBraceNewlineAnnotation
).Single();