4 references to s_openBracePositionAnnotation
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (1)
584
var annotatedOpenBraceToken = root.GetAnnotatedTokens(
s_openBracePositionAnnotation
).Single();
AutomaticCompletion\AutomaticLineEnderCommandHandler_Helpers.cs (3)
57
var nextCaretPosition = formattedNewRoot.GetAnnotatedTokens(
s_openBracePositionAnnotation
).Single().Span.End;
354
var nextCaretPosition = formattedNewRoot.GetAnnotatedTokens(
s_openBracePositionAnnotation
).Single().Span.End;
853
.WithAdditionalAnnotations(
s_openBracePositionAnnotation
);