4 writes to _otherDictionary
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\WSTrust.cs (4)
50_otherDictionary = null; 54_otherDictionary = XD.TrustFeb2005Dictionary; 59_otherDictionary = DXD.TrustDec2005Dictionary; 65_otherDictionary = _parent.SerializerDictionary;
5 references to _otherDictionary
System.ServiceModel.Primitives (5)
System\ServiceModel\Security\WSTrust.cs (5)
63if (_otherDictionary == null) 84return element.LocalName == LocalName.Value && (element.NamespaceURI == NamespaceUri.Value || element.NamespaceURI == _otherDictionary.Namespace.Value) && valueTypeUri == ValueTypeUri; 89return (reader.IsStartElement(LocalName, NamespaceUri) || reader.IsStartElement(LocalName, _otherDictionary.Namespace)) && 119if (secretType == _parent.SerializerDictionary.NonceBinarySecret.Value || secretType == _otherDictionary.NonceBinarySecret.Value) 123else if (secretType != _parent.SerializerDictionary.SymmetricKeyBinarySecret.Value && secretType != _otherDictionary.SymmetricKeyBinarySecret.Value)