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