Implemented interface member:
24 references to Count
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\X509CertificateClaimSet.cs (2)
107if (_index + 1 < _elements.Count) 152for (int i = _index + 1; i < _elements.Count; ++i)
Microsoft.DotNet.SignCheckLibrary (1)
Verification\XmlVerifier.cs (1)
76int numberOfChainElements = chain.ChainElements.Count;
System.Net.Quic (1)
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
262for (int i = 0; i < elements.Count; i++)
System.Net.Security (9)
System\Net\Security\SslStream.Protocol.cs (4)
438if (chain.ChainElements.Count > 0) 440int elementsCount = chain.ChainElements.Count; 465int elementsCount = chain.ChainElements.Count; 1145int elementsCount = chain.ChainElements.Count;
System\Net\Security\SslStreamCertificateContext.cs (5)
70int count = chain.ChainElements.Count - 1; 80root = chain.ChainElements[chain.ChainElements.Count - 1].Certificate; 96if (count > 0 && chain.ChainElements.Count > 1) 111chain.ChainElements.Count : 112chain.ChainElements.Count - 1;
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\ManagedCertificateFinder.cs (1)
372int elementCount = chain.ChainElements.Count;
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
685for (int i = 0; i < chain.ChainElements.Count; i++)
System\Security\Cryptography\X509Certificates\X509ChainElementCollection.cs (2)
66if (index + Count > array.Length) 69for (int i = 0; i < Count; i++)
System\Security\Cryptography\X509Certificates\X509ChainElementEnumerator.cs (1)
42if (_current == _chainElements.Count - 1)
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
349if (chain.ChainElements.Count == 0) 366int count = elements.Count;
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (1)
67for (int index = 0; index < (Utils.IsSelfSigned(chain) ? 1 : elements.Count - 1); index++)
System\Security\Cryptography\Xml\Utils.cs (1)
752if (elements.Count != 1)
System.ServiceModel.Primitives (2)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (2)
117if (_index + 1 < _elements.Count) 166for (int i = _index + 1; i < _elements.Count; ++i)