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)
19
private readonly ImmutableArray<
ClassifiedSpanInternal
>.Builder _spans;
28
_spans = ImmutableArray.CreateBuilder<
ClassifiedSpanInternal
>();
38
public static ImmutableArray<
ClassifiedSpanInternal
> VisitRoot(RazorSyntaxTree syntaxTree)
48
private ImmutableArray<
ClassifiedSpanInternal
> GetSpansAndClear()
Language\Legacy\RazorSyntaxTreeExtensions.cs (1)
10
public static ImmutableArray<
ClassifiedSpanInternal
> GetClassifiedSpans(this RazorSyntaxTree syntaxTree)