1 instantiation of EmptyCollection
System.Web (1)
Util\EmptyCollection.cs (1)
22
private static EmptyCollection s_theEmptyCollection = new
EmptyCollection
();
7 references to EmptyCollection
System.Web (7)
UI\ControlBuilder.cs (5)
156
return
EmptyCollection
.Instance;
176
return
EmptyCollection
.Instance;
196
return
EmptyCollection
.Instance;
216
return
EmptyCollection
.Instance;
236
return
EmptyCollection
.Instance;
Util\EmptyCollection.cs (2)
22
private static
EmptyCollection
s_theEmptyCollection = new EmptyCollection();
27
internal static
EmptyCollection
Instance { get { return s_theEmptyCollection; } }