1 instantiation of AnalysisDocument
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\MarkupSplitter.Analysis.cs (1)
65return new AnalysisDocument(builder.ToString(), spans.ToImmutableAndClear());
6 references to AnalysisDocument
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\MarkupSplitter.Analysis.cs (1)
32internal static AnalysisDocument BuildAnalysisDocument(ImmutableArray<IntermediateNode> children)
Language\MarkupSplitter.Classify.cs (4)
18/// Turns a prepared <see cref="AnalysisDocument"/> into a <see cref="SplitDecision"/> in a single 29AnalysisDocument analysis, 125AnalysisDocument analysis, 223private static bool AllCSharpContentCovered(AnalysisDocument analysis, TextSpan[] memberSpans)
Language\MarkupSplitter.cs (1)
64var analysis = BuildAnalysisDocument(children);