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