4 writes to Prefix
System.IdentityModel (4)
System\IdentityModel\XD.cs (4)
981this.Prefix = dictionary.CreateString(IdentityModelStringsVersion1.String242, 242); 1049this.Prefix = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String242); 1133this.Prefix = dictionary.CreateString(IdentityModelStringsVersion1.String215, 215); 1188this.Prefix = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String215);
1 reference to Prefix
System.IdentityModel (1)
System\IdentityModel\Tokens\WSTrust.cs (1)
120writer.WriteStartElement(this.parent.SerializerDictionary.Prefix.Value, this.parent.SerializerDictionary.BinarySecret, this.parent.SerializerDictionary.Namespace);