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