1 instantiation of EmptyCollection
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperCollection.EmptyCollection.cs (1)
16public static readonly EmptyCollection Instance = new();
2 references to EmptyCollection
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelperCollection.cs (1)
43public static TagHelperCollection Empty => EmptyCollection.Instance;
Language\TagHelperCollection.EmptyCollection.cs (1)
16public static readonly EmptyCollection Instance = new();