2 writes to Namespace
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (2)
755
this.
Namespace
= dictionary.CreateString(IdentityModelStringsVersion1.String140, 140);
789
this.
Namespace
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String140);
11 references to Namespace
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (9)
103
protected override XmlDictionaryString NamespaceUri { get { return XD.SecurityJan2004Dictionary.
Namespace
; } }
152
protected override XmlDictionaryString NamespaceUri { get { return XD.SecurityJan2004Dictionary.
Namespace
; } }
218
return XD.SecurityJan2004Dictionary.
Namespace
;
271
if (reader.IsStartElement(XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.
Namespace
))
298
writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.
Namespace
);
403
if (reader.IsStartElement(XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.
Namespace
))
444
writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.
Namespace
);
471
else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.
Namespace
))
523
if (reader.IsStartElement(XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.
Namespace
))
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
193
return (reader.IsStartElement(XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.
Namespace
));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
124
_parent.SecurityTokenSerializer.DictionaryManager.SecurityJan2004Dictionary.
Namespace
))