2 writes to t_depth
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedType.cs (2)
88t_depth++; 94t_depth--;
3 references to t_depth
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptedType.cs (3)
81Debug.Assert(t_depth >= 0, "LoadXml current thread depth is negative."); 83if (maxDepth > 0 && t_depth > maxDepth) 93Debug.Assert(t_depth > 0, "LoadXml current thread depth is already 0.");