2 writes to ValueType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (2)
757
this.
ValueType
= dictionary.CreateString(IdentityModelStringsVersion1.String142, 142);
791
this.
ValueType
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String142);
8 references to ValueType
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (7)
82
internal static readonly XmlDictionaryString ValueTypeAttribute = XD.SecurityJan2004Dictionary.
ValueType
;
273
string valueType = reader.GetAttribute(XD.SecurityJan2004Dictionary.
ValueType
, null);
299
writer.WriteAttributeString(XD.SecurityJan2004Dictionary.
ValueType
, null, ValueTypeUri);
417
string tokenTypeUri = reader.GetAttribute(XD.SecurityJan2004Dictionary.
ValueType
, null);
450
writer.WriteAttributeString(XD.SecurityJan2004Dictionary.
ValueType
, null, tokenTypeUri);
473
string valueType = reader.GetAttribute(XD.SecurityJan2004Dictionary.
ValueType
, null);
525
string valueType = reader.GetAttribute(XD.SecurityJan2004Dictionary.
ValueType
, null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
126
string valueType = reader.GetAttribute(_parent.SecurityTokenSerializer.DictionaryManager.SecurityJan2004Dictionary.
ValueType
, null);