1 instantiation of CleanableWeakCache
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperDocumentContext.cs (1)
14
private static readonly CleanableWeakCache<(string? Prefix, Checksum), TagHelperDocumentContext> s_cache =
new
(cleanUpThreshold: 20);
2 references to CleanableWeakCache
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
Utilities\CleanableWeakCache`2.cs (1)
50
/// Initializes a new instance of the <see cref="
CleanableWeakCache
{TKey, TValue}"/> class.
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperDocumentContext.cs (1)
14
private static readonly
CleanableWeakCache
<(string? Prefix, Checksum), TagHelperDocumentContext> s_cache = new(cleanUpThreshold: 20);