11 references to TryRemove
mscorlib (8)
system\Collections\Concurrent\ConcurrentDictionary.cs (2)
1341return TryRemove(key, out throwAwayValue); 1595this.TryRemove((TKey)key, out throwAwayValue);
system\diagnostics\eventing\eventsource.cs (4)
5469af.m_activeActivities.TryRemove(currentActivityId, out dummy); 5661filterList.m_activeActivities.TryRemove(oldActivity, out dummy); 5663filterList.m_rootActiveActivities.TryRemove(oldActivity, out dummyTuple); 5712activities.TryRemove(keyValues[i].Key, out dummy);
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (2)
377m_threadProcessingMapping.TryRemove(Thread.CurrentThread.ManagedThreadId, out currentMode); 437m_threadProcessingMapping.TryRemove(Thread.CurrentThread.ManagedThreadId, out currentMode);
System (1)
net\System\Net\_AuthenticationManager2.cs (1)
370if (!this.moduleList.TryRemove(normalizedAuthenticationType, out removedModule))
System.Web (1)
Hosting\CustomRuntimeManager.cs (1)
89bool removed = _customRuntimeManager._activeRegistrations.TryRemove(this, out dummy);
System.Web.Extensions (1)
UI\ScriptResourceMapping.cs (1)
88_definitions.TryRemove(new Tuple<String, Assembly>(name, assembly), out definition);