1 write to tokenCount
System.ServiceModel (1)
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (1)
65
this.tokens[this.
tokenCount
++] = new SecurityTokenEntry(token, tokenParameters, allowedReferenceStyle);
7 references to tokenCount
System.ServiceModel (7)
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (7)
70
if (this.
tokenCount
== this.tokens.Length)
73
Array.Copy(this.tokens, 0, newTokens, 0, this.
tokenCount
);
120
for (int i = 0; i < this.
tokenCount
; i++)
155
for (int i = 0; i < this.
tokenCount
; i++)
215
for (int i = 0; i < this.
tokenCount
; ++i)
253
writer.WriteLine(" TokenCount = {0},", this.
tokenCount
);
254
for (int i = 0; i < this.
tokenCount
; i++)