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)
589
foreach (
var
classifiedSpan in classifiedSpans)
Language\IntegrationTests\RazorBaselineIntegrationTestBase.cs (1)
188
foreach (
var
classifiedSpan in classifiedSpans)
Language\Legacy\ClassifiedSpan\ClassifiedSpanWriter.cs (3)
15
foreach (
var
span in classifiedSpans)
22
public virtual void VisitClassifiedSpan(
ClassifiedSpanInternal
span)
27
protected void WriteClassifiedSpan(
ClassifiedSpanInternal
span)
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Legacy\ClassifiedSpanVisitor.cs (4)
20
private readonly ImmutableArray<
ClassifiedSpanInternal
>.Builder _spans;
29
_spans = ImmutableArray.CreateBuilder<
ClassifiedSpanInternal
>();
39
public static ImmutableArray<
ClassifiedSpanInternal
> VisitRoot(RazorSyntaxTree syntaxTree)
49
private ImmutableArray<
ClassifiedSpanInternal
> GetSpansAndClear()
Language\Legacy\RazorSyntaxTreeExtensions.cs (1)
10
public static ImmutableArray<
ClassifiedSpanInternal
> GetClassifiedSpans(this RazorSyntaxTree syntaxTree)