10 references to Count
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenResolver.cs (3)
136if (keyIdentifier != null && keyIdentifier.Count > 0) 138for (int i = 0; i < keyIdentifier.Count; i++) 162for (int i = 0; i < keyIdentifier.Count; ++i)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
176if (keyIdentifier.Count == 0)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityKeyIdentifier.cs (6)
46for (int i = 0; i < this.Count; i++) 82for (int i = 0; i < this.Count; i++) 119writer.WriteLine(" Count = {0}{1}", this.Count, this.Count > 0 ? "," : ""); 120for (int i = 0; i < this.Count; i++) 122writer.WriteLine(" Clause[{0}] = {1}{2}", i, this[i], i < this.Count - 1 ? "," : "");