4 writes to _otherDictionary
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\Security\WSTrust.cs (4)
72
_otherDictionary
= null;
76
_otherDictionary
= parent._securityTokenSerializer.DictionaryManager.TrustFeb2005Dictionary;
81
_otherDictionary
= parent._securityTokenSerializer.DictionaryManager.TrustDec2005Dictionary;
86
_otherDictionary
= _parent.SerializerDictionary;
2 references to _otherDictionary
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Security\WSTrust.cs (2)
85
if (
_otherDictionary
== null)
111
return (reader.IsStartElement(this.LocalName, this.NamespaceUri) || reader.IsStartElement(this.LocalName,
_otherDictionary
.Namespace));