4 writes to otherDictionary
System.IdentityModel (4)
System\IdentityModel\Tokens\WSTrust.cs (4)
73
this.
otherDictionary
= null;
77
this.
otherDictionary
= parent.securityTokenSerializer.DictionaryManager.TrustFeb2005Dictionary;
82
this.
otherDictionary
= parent.securityTokenSerializer.DictionaryManager.TrustDec2005Dictionary;
87
this.
otherDictionary
= this.parent.SerializerDictionary;
2 references to otherDictionary
System.IdentityModel (2)
System\IdentityModel\Tokens\WSTrust.cs (2)
86
if (this.
otherDictionary
== null)
113
return (reader.IsStartElement(this.LocalName, this.NamespaceUri) || reader.IsStartElement(this.LocalName, this.
otherDictionary
.Namespace));