2 writes to _all
System.Web (2)
HttpModuleCollection.cs (2)
41_all = new IHttpModule[n]; 52_all = null;
4 references to _all
System.Web (4)
HttpModuleCollection.cs (4)
39if (_all == null) { 43_all[i] = Get(i); 46if (_all != null) { 47_all.CopyTo(dest, index);