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