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