1 instantiation of ClassifiedSpanInternal
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\ClassifiedSpanVisitor.cs (1)
446=> _spans.Add(new(span, CurrentBlockSpan, kind, _currentBlockKind, acceptedCharacters));
10 references to ClassifiedSpanInternal
Microsoft.AspNetCore.Razor.Test.Common (5)
Language\IntegrationTests\IntegrationTestBase.cs (1)
589foreach (var classifiedSpan in classifiedSpans)
Language\IntegrationTests\RazorBaselineIntegrationTestBase.cs (1)
188foreach (var classifiedSpan in classifiedSpans)
Language\Legacy\ClassifiedSpan\ClassifiedSpanWriter.cs (3)
15foreach (var span in classifiedSpans) 22public virtual void VisitClassifiedSpan(ClassifiedSpanInternal span) 27protected void WriteClassifiedSpan(ClassifiedSpanInternal span)
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Legacy\ClassifiedSpanVisitor.cs (4)
20private readonly ImmutableArray<ClassifiedSpanInternal>.Builder _spans; 29_spans = ImmutableArray.CreateBuilder<ClassifiedSpanInternal>(); 39public static ImmutableArray<ClassifiedSpanInternal> VisitRoot(RazorSyntaxTree syntaxTree) 49private ImmutableArray<ClassifiedSpanInternal> GetSpansAndClear()
Language\Legacy\RazorSyntaxTreeExtensions.cs (1)
10public static ImmutableArray<ClassifiedSpanInternal> GetClassifiedSpans(this RazorSyntaxTree syntaxTree)