3 references to _activeRegistrations
System.Web (3)
Hosting\CustomRuntimeManager.cs (3)
22
foreach (var registration in
_activeRegistrations
.Keys) {
34
_activeRegistrations
[registration] = null;
89
bool removed = _customRuntimeManager.
_activeRegistrations
.TryRemove(this, out dummy);