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