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