17 references to Queue
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeReference.cs (1)
161Queue q = new Queue();
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
1554Queue unmarked = new Queue();
Microsoft.Build.Utilities.Core (2)
ToolTask.cs (2)
728_standardErrorData = new Queue(); 729_standardOutputData = new Queue();
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (1)
ObjectFormatterTests.cs (1)
50var obj = new Queue();
Microsoft.Maui.Resizetizer (4)
AsyncTask.cs (4)
19 readonly Queue logMessageQueue = new Queue(); 20 readonly Queue warningMessageQueue = new Queue(); 21 readonly Queue errorMessageQueue = new Queue(); 22 readonly Queue customMessageQueue = new Queue();
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDownload.cs (1)
54_workQueue = Queue.Synchronized(new Queue());
ReachFramework (5)
Serialization\Manager\NGCSerializationManagerAsync.cs (1)
46_batchOperationQueue = new Queue();
Serialization\Manager\ReachSerializableProperties.cs (2)
163_simplePropertyCollection = new Queue(); 168_complexPropertyCollection = new Queue();
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
31_batchOperationQueue = new Queue();
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
42_batchOperationQueue = new Queue();
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatter.cs (1)
20m_objectQueue = new Queue();
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
224Queue encryptedDatasQueue = new Queue();