Implemented interface member:
1 override of Count
System.Collections.NonGeneric (1)
System\Collections\Queue.cs (1)
324public override int Count
24 references to Count
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeReference.cs (3)
250if (q.Count > 0) 259while (q.Count > 1) 265Debug.Assert(q.Count == 1, "We should have one and only one in the rank queue.");
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
1563while (unmarked.Count > 0)
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
1115while (dataQueue.Count > 0)
Microsoft.Maui.Resizetizer (1)
AsyncTask.cs (1)
251 while (queue.Count > 0)
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDownload.cs (1)
200while (workQueue.Count != 0)
ReachFramework (8)
Serialization\Manager\NGCSerializationManagerAsync.cs (2)
234if(!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0) 1028if(!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0)
Serialization\Manager\ReachSerializableProperties.cs (2)
94if(_simplePropertiesIndex < _simplePropertyCollection.Count-1) 112if(_complexPropertiesIndex < _complexPropertyCollection.Count-1)
Serialization\Manager\XpsOMSerializationManagerAsync.cs (2)
172if (!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0) 462if (!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0)
Serialization\Manager\XpsSerializationManagerAsync.cs (2)
220if(!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0) 549if(!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0)
System.Collections.NonGeneric (3)
System\Collections\Queue.cs (3)
182if (Count == 0) 198if (Count == 0) 330return _q.Count;
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatter.cs (1)
30if (m_objectQueue.Count == 0)
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
257if (encryptedDatasQueue.Count == 0)
UIAutomationClient (2)
MS\Internal\Automation\QueueProcessor.cs (1)
156while (_q.Count > 0)
MS\Internal\Automation\WinEventWrap.cs (1)
206while (_qEvents.Count > 0)
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (1)
150while (_qEvents.Count > 0)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
115while (_q.Count > 0)