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