2 instantiations of ProcessElementWorkItem
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (2)
225encryptedDatasQueue.Enqueue(new(value, depth: 0)); 263encryptedDatasQueue.Enqueue(new(value, depth + 1));
2 references to ProcessElementWorkItem
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (2)
222Queue<ProcessElementWorkItem> encryptedDatasQueue = new(); 230ProcessElementWorkItem workItem = encryptedDatasQueue.Dequeue();