4 references to DangerousMaxRecursionDepth
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs (2)
18
int maxDepth = LocalAppContextSwitches.
DangerousMaxRecursionDepth
;
55
int maxDepth = LocalAppContextSwitches.
DangerousMaxRecursionDepth
;
System\Security\Cryptography\Xml\EncryptedType.cs (1)
82
int maxDepth = LocalAppContextSwitches.
DangerousMaxRecursionDepth
;
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
219
int maxDepth = LocalAppContextSwitches.
DangerousMaxRecursionDepth
;