2 writes to currentlyLoading
mscorlib (2)
system\environment.cs (2)
181
rh.
currentlyLoading
= new Stack(4);
233
rh.
currentlyLoading
= null;
6 references to currentlyLoading
mscorlib (6)
system\environment.cs (6)
158
if (rh.
currentlyLoading
!= null && rh.
currentlyLoading
.Count > 0 && rh.
currentlyLoading
.Contains(key)) {
180
if (rh.
currentlyLoading
== null)
205
rh.
currentlyLoading
.Push(key);
211
rh.
currentlyLoading
.Pop();