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