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