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