1 override of Clear
System.Collections.NonGeneric (1)
System\Collections\Queue.cs (1)
335public override void Clear()
8 references to Clear
ReachFramework (2)
Serialization\Manager\ReachSerializableProperties.cs (2)
200this._simplePropertyCollection.Clear(); 201this._complexPropertyCollection.Clear();
System.Collections.NonGeneric (1)
System\Collections\Queue.cs (1)
339_q.Clear();
System.Speech (3)
Internal\AsyncSerializedWorker.cs (1)
97_queue.Clear();
Internal\Synthesis\EngineSite.cs (2)
434_phonemeQueue.Clear(); 491_phonemeQueue.Clear();
UIAutomationClient (1)
MS\Internal\Automation\WinEventWrap.cs (1)
137_qEvents?.Clear();
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (1)
103_qEvents?.Clear();