1 write to dictionaryStrings
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
575
this.
dictionaryStrings
= dictionaryStrings;
10 references to dictionaryStrings
System.ServiceModel (10)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (10)
583
for (int i = 0; i < this.
dictionaryStrings
.Count; ++i)
585
if (this.
dictionaryStrings
[i].Value.Equals(value))
587
result = this.
dictionaryStrings
[i];
597
for (int i = 0; i < this.
dictionaryStrings
.Count; ++i)
599
if (this.
dictionaryStrings
[i].Key == key)
601
result = this.
dictionaryStrings
[i];
614
for (int i = 0; i < this.
dictionaryStrings
.Count; ++i)
616
if ((this.
dictionaryStrings
[i].Key == value.Key) &&
617
(this.
dictionaryStrings
[i].Value.Equals(value.Value)))
619
result = this.
dictionaryStrings
[i];