1 write to InclusiveNamespacesPrefixList
System.IdentityModel (1)
System\IdentityModel\ExclusiveCanonicalizationTransform.cs (1)
203this.InclusiveNamespacesPrefixList = reader.GetAttribute(dictionaryManager.ExclusiveC14NDictionary.PrefixList, null);
2 references to InclusiveNamespacesPrefixList
System.IdentityModel (2)
System\IdentityModel\ExclusiveCanonicalizationTransform.cs (2)
220if (this.InclusiveNamespacesPrefixList != null) 223writer.WriteAttributeString(dictionaryManager.ExclusiveC14NDictionary.PrefixList, null, this.InclusiveNamespacesPrefixList);