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