1 instantiation of ClassifiedSpanInternal
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\ClassifiedSpanVisitor.cs (1)
445=> _spans.Add(new(span, CurrentBlockSpan, kind, _currentBlockKind, acceptedCharacters));
5 references to ClassifiedSpanInternal
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Legacy\ClassifiedSpanVisitor.cs (4)
19private readonly ImmutableArray<ClassifiedSpanInternal>.Builder _spans; 28_spans = ImmutableArray.CreateBuilder<ClassifiedSpanInternal>(); 38public static ImmutableArray<ClassifiedSpanInternal> VisitRoot(RazorSyntaxTree syntaxTree) 48private ImmutableArray<ClassifiedSpanInternal> GetSpansAndClear()
Language\Legacy\RazorSyntaxTreeExtensions.cs (1)
10public static ImmutableArray<ClassifiedSpanInternal> GetClassifiedSpans(this RazorSyntaxTree syntaxTree)