7 references to Count
System.Core (2)
System\Security\Cryptography\Xml\ManifestSignedXml.cs (2)
622transforms.Count == 2 && 629transforms.Count == 1 &&
System.Security (4)
system\security\cryptography\xml\encryptedreference.cs (2)
100if (this.TransformChain.Count > 0) 171if (this.TransformChain.Count > 0)
system\security\cryptography\xml\reference.cs (1)
182if (this.TransformChain.Count != 0)
system\security\cryptography\xml\signedxml.cs (1)
635int transformCount = transformChain.Count;
WindowsBase (1)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
1271for(int j=0; j<currentTransformChain.Count; j++)