4 references to s_openBracePositionAnnotation
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (1)
592
var annotatedOpenBraceToken = root.GetAnnotatedTokens(
s_openBracePositionAnnotation
).Single();
AutomaticCompletion\AutomaticLineEnderCommandHandler_Helpers.cs (3)
55
var nextCaretPosition = formattedNewRoot.GetAnnotatedTokens(
s_openBracePositionAnnotation
).Single().Span.End;
352
var nextCaretPosition = formattedNewRoot.GetAnnotatedTokens(
s_openBracePositionAnnotation
).Single().Span.End;
851
.WithAdditionalAnnotations(
s_openBracePositionAnnotation
);