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