1 write to _nonDependentBuckets
System.Web (1)
Compilation\BuildProvidersCompiler.cs (1)
543
_nonDependentBuckets
= new ArrayList[totaldepth];
4 references to _nonDependentBuckets
System.Web (4)
Compilation\BuildProvidersCompiler.cs (4)
310
foreach (ICollection buildProviders in
_nonDependentBuckets
) {
548
if (
_nonDependentBuckets
[level] == null)
549
_nonDependentBuckets
[level] = new ArrayList();
551
_nonDependentBuckets
[level].Add(en.Key);