4 references to Count
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\CipherReference.cs (1)
63if (TransformChain.Count > 0)
System\Security\Cryptography\Xml\EncryptedReference.cs (1)
99if (TransformChain.Count > 0)
System\Security\Cryptography\Xml\Reference.cs (1)
182if (TransformChain.Count != 0)
System\Security\Cryptography\Xml\SignedXml.cs (1)
696int transformCount = transformChain.Count;