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