11 references to TryRemove
mscorlib (8)
system\Collections\Concurrent\ConcurrentDictionary.cs (2)
1341
return
TryRemove
(key, out throwAwayValue);
1595
this.
TryRemove
((TKey)key, out throwAwayValue);
system\diagnostics\eventing\eventsource.cs (4)
5469
af.m_activeActivities.
TryRemove
(currentActivityId, out dummy);
5661
filterList.m_activeActivities.
TryRemove
(oldActivity, out dummy);
5663
filterList.m_rootActiveActivities.
TryRemove
(oldActivity, out dummyTuple);
5712
activities.
TryRemove
(keyValues[i].Key, out dummy);
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (2)
377
m_threadProcessingMapping.
TryRemove
(Thread.CurrentThread.ManagedThreadId, out currentMode);
437
m_threadProcessingMapping.
TryRemove
(Thread.CurrentThread.ManagedThreadId, out currentMode);
System (1)
net\System\Net\_AuthenticationManager2.cs (1)
370
if (!this.moduleList.
TryRemove
(normalizedAuthenticationType, out removedModule))
System.Web (1)
Hosting\CustomRuntimeManager.cs (1)
89
bool 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);