2 writes to Reference
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
741this.Reference = dictionary.CreateString(IdentityModelStringsVersion1.String2, 2); 775this.Reference = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String2);
6 references to Reference
System.IdentityModel (6)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (4)
504if (reader.IsStartElement(XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.Namespace)) 545writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.Namespace); 715if (reader.IsStartElement(XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.Namespace)) 755writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.Namespace);
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (2)
208return (reader.IsStartElement(XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.Namespace)); 244writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.Namespace);