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