1 instantiation of AnalysisDocument
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\MarkupSplitter.Analysis.cs (1)
65
return new
AnalysisDocument
(builder.ToString(), spans.ToImmutableAndClear());
5 references to AnalysisDocument
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\MarkupSplitter.Analysis.cs (1)
32
internal static
AnalysisDocument
BuildAnalysisDocument(ImmutableArray<IntermediateNode> children)
Language\MarkupSplitter.Classify.cs (3)
29
AnalysisDocument
analysis,
125
AnalysisDocument
analysis,
238
private static bool AllCSharpContentCovered(
AnalysisDocument
analysis, TextSpan[] memberSpans)
Language\MarkupSplitter.cs (1)
65
var
analysis = BuildAnalysisDocument(children);