1 instantiation of Policy
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperCollection.TagHelperDescriptorListPool.cs (1)
38public static readonly Policy Instance = new();
2 references to Policy
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelperCollection.TagHelperDescriptorListPool.cs (2)
29public static readonly TagHelperDescriptorListPool Default = new(Policy.Instance, PoolSize); 38public static readonly Policy Instance = new();