5 references to AddSpan
Microsoft.CodeAnalysis.Razor.Workspaces (5)
Extensions\RazorCodeDocumentExtensions_ClassifiedSpans.cs (5)
84
AddSpan
(node.StartCommentTransition, SpanKind.Transition);
85
AddSpan
(node.StartCommentStar, SpanKind.MetaCode);
95
AddSpan
(comment, SpanKind.Comment);
97
AddSpan
(node.EndCommentStar, SpanKind.MetaCode);
98
AddSpan
(node.EndCommentTransition, SpanKind.Transition);