4 writes to otherDictionary
System.ServiceModel (4)
System\ServiceModel\Security\WSTrust.cs (4)
71this.otherDictionary = null; 75this.otherDictionary = XD.TrustFeb2005Dictionary; 80this.otherDictionary = DXD.TrustDec2005Dictionary; 85this.otherDictionary = this.parent.SerializerDictionary;
5 references to otherDictionary
System.ServiceModel (5)
System\ServiceModel\Security\WSTrust.cs (5)
84if (this.otherDictionary == null) 103return element.LocalName == LocalName.Value && (element.NamespaceURI == NamespaceUri.Value || element.NamespaceURI == this.otherDictionary.Namespace.Value) && valueTypeUri == this.ValueTypeUri; 108return (reader.IsStartElement(this.LocalName, this.NamespaceUri) || reader.IsStartElement(this.LocalName, this.otherDictionary.Namespace)) && 138if (secretType == parent.SerializerDictionary.NonceBinarySecret.Value || secretType == otherDictionary.NonceBinarySecret.Value) 142else if (secretType != parent.SerializerDictionary.SymmetricKeyBinarySecret.Value && secretType != otherDictionary.SymmetricKeyBinarySecret.Value)