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