2 writes to MarkerKind
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Formatting\CSharpFormatter.cs (2)
284
MarkerKind
= MarkerKind.Trivia,
297
MarkerKind
= MarkerKind.Token,
2 references to MarkerKind
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Formatting\CSharpFormatter.cs (2)
316
if (indentationMapData.
MarkerKind
== MarkerKind.Trivia)
361
return $"Original: {OriginalProjectedDocumentIndex}, MarkerAdjusted: {AnnotationAttachIndex}, Kind: {
MarkerKind
}, TokenOffset: {CharacterOffset}";