2 writes to PrefixList
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
173this.PrefixList = dictionary.CreateString(IdentityModelStringsVersion1.String21, 21); 181this.PrefixList = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String21);
2 references to PrefixList
System.IdentityModel (2)
System\IdentityModel\ExclusiveCanonicalizationTransform.cs (2)
203this.InclusiveNamespacesPrefixList = reader.GetAttribute(dictionaryManager.ExclusiveC14NDictionary.PrefixList, null); 223writer.WriteAttributeString(dictionaryManager.ExclusiveC14NDictionary.PrefixList, null, this.InclusiveNamespacesPrefixList);