1 write to _objects
System.Web (1)
Util\ObjectSet.cs (1)
178
_objects
= new System.Collections.Specialized.HybridDictionary(CaseInsensitive);
16 references to _objects
System.Web (16)
Util\ObjectSet.cs (16)
177
if (
_objects
== null)
180
_objects
[o] = null;
190
if (
_objects
== null)
193
_objects
.Remove(o);
197
if (
_objects
== null)
200
return
_objects
.Contains(o);
204
if (
_objects
== null)
207
return
_objects
.Keys.GetEnumerator();
212
if (
_objects
== null)
214
return
_objects
.Keys.Count;
220
if (
_objects
== null)
222
return
_objects
.Keys.IsSynchronized;
228
if (
_objects
== null)
230
return
_objects
.Keys.SyncRoot;
235
if (
_objects
!= null)
236
_objects
.Keys.CopyTo(array, index);