4 writes to _otherDictionary
System.ServiceModel.Primitives (4)
System\IdentityModel\Security\WSTrust.cs (4)
63
_otherDictionary
= null;
67
_otherDictionary
= parent._securityTokenSerializer.DictionaryManager.TrustFeb2005Dictionary;
72
_otherDictionary
= parent._securityTokenSerializer.DictionaryManager.TrustDec2005Dictionary;
78
_otherDictionary
= _parent.SerializerDictionary;
2 references to _otherDictionary
System.ServiceModel.Primitives (2)
System\IdentityModel\Security\WSTrust.cs (2)
76
if (
_otherDictionary
== null)
105
return (reader.IsStartElement(LocalName, NamespaceUri) || reader.IsStartElement(LocalName,
_otherDictionary
.Namespace));