2 writes to ValueType
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
760this.ValueType = dictionary.CreateString(IdentityModelStringsVersion1.String142, 142); 794this.ValueType = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String142);
12 references to ValueType
System.IdentityModel (12)
System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
135throw DiagnosticUtility.ExceptionUtility.ThrowHelperError( new XmlException( SR.GetString( SR.CannotReadToken, reader.LocalName, reader.NamespaceURI, localReader.GetAttribute( XD.SecurityJan2004Dictionary.ValueType, null ) ) ) );
System\IdentityModel\Tokens\WSSecurityJan2004.cs (11)
82internal static readonly XmlDictionaryString ValueTypeAttribute = XD.SecurityJan2004Dictionary.ValueType; 325string valueType = reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null); 379writer.WriteAttributeString(XD.SecurityJan2004Dictionary.ValueType, null, ValueTypeUri); 428writer.WriteAttributeString(XD.SecurityJan2004Dictionary.ValueType, null, ValueTypeUri); 518string tokenTypeUri = reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null); 551writer.WriteAttributeString(XD.SecurityJan2004Dictionary.ValueType, null, tokenTypeUri); 574string valueType = reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null); 640valueType = reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null); 691writer.WriteAttributeString(XD.SecurityJan2004Dictionary.ValueType, null, valueType); 717string valueType = reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null); 756writer.WriteAttributeString(XD.SecurityJan2004Dictionary.ValueType, null, SecurityJan2004Strings.RelAssertionValueType);