4 writes to _otherDictionary
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (4)
69
_otherDictionary
= null;
73
_otherDictionary
= XD.TrustFeb2005Dictionary;
78
_otherDictionary
= DXD.TrustDec2005Dictionary;
83
_otherDictionary
= _parent.SerializerDictionary;
5 references to _otherDictionary
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (5)
82
if (
_otherDictionary
== null)
101
return element.LocalName == LocalName.Value && (element.NamespaceURI == NamespaceUri.Value || element.NamespaceURI ==
_otherDictionary
.Namespace.Value) && valueTypeUri == this.ValueTypeUri;
106
return (reader.IsStartElement(this.LocalName, this.NamespaceUri) || reader.IsStartElement(this.LocalName,
_otherDictionary
.Namespace)) &&
136
if (secretType == _parent.SerializerDictionary.NonceBinarySecret.Value || secretType ==
_otherDictionary
.NonceBinarySecret.Value)
140
else if (secretType != _parent.SerializerDictionary.SymmetricKeyBinarySecret.Value && secretType !=
_otherDictionary
.SymmetricKeyBinarySecret.Value)