1 instantiation of CachedData
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Extensions\RazorCodeDocumentExtensions.CachedData.cs (1)
18=> s_codeDocumentCache.GetValue(codeDocument, static doc => new CachedData(doc));
2 references to CachedData
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Extensions\RazorCodeDocumentExtensions.CachedData.cs (2)
15private static readonly ConditionalWeakTable<RazorCodeDocument, CachedData> s_codeDocumentCache = new(); 17private static CachedData GetCachedData(RazorCodeDocument codeDocument)