3 references to _codeDocument
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Extensions\RazorCodeDocumentExtensions.CachedData.cs (3)
38return _classifiedSpans ??= ClassifiedSpanVisitor.VisitRoot(_codeDocument.GetRequiredTagHelperRewrittenSyntaxTree()); 51return _tagHelperSpans ??= ComputeTagHelperSpans(_codeDocument.GetRequiredTagHelperRewrittenSyntaxTree()); 82return _htmlDocument ??= RazorHtmlWriter.GetHtmlDocument(_codeDocument);