4 writes to Namespace
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (4)
998
this.
Namespace
= dictionary.CreateString(IdentityModelStringsVersion1.String251, 251);
1066
this.
Namespace
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String251);
1105
this.
Namespace
= dictionary.CreateString(IdentityModelStringsVersion1.String194, 194);
1160
this.
Namespace
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String194);
3 references to Namespace
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\Security\WSTrust.cs (3)
57
protected override XmlDictionaryString NamespaceUri { get { return _parent.SerializerDictionary.
Namespace
; } }
96
get { return _parent.SerializerDictionary.
Namespace
; }
111
return (reader.IsStartElement(this.LocalName, this.NamespaceUri) || reader.IsStartElement(this.LocalName, _otherDictionary.
Namespace
));