5 references to MarkerId
Microsoft.CodeAnalysis.Razor.Workspaces (5)
Formatting\CSharpFormatter.cs (5)
74var formattedTriviaList = formattedRoot.GetAnnotatedTrivia(MarkerId); 80using var enumerator = trivia.GetAnnotations(MarkerId).GetEnumerator(); 106var formattedTokenList = formattedRoot.GetAnnotatedTokens(MarkerId); 111var annotations = token.GetAnnotations(MarkerId); 314var annotation = new SyntaxAnnotation(MarkerId, $"{projectedDocumentIndex}");