8 references to ExclusiveC14NDictionary
System.IdentityModel (8)
System\IdentityModel\ExclusiveCanonicalizationTransform.cs (8)
197
if (reader.IsStartElement(dictionaryManager.
ExclusiveC14NDictionary
.InclusiveNamespaces, dictionaryManager.
ExclusiveC14NDictionary
.Namespace))
199
reader.MoveToStartElement(dictionaryManager.
ExclusiveC14NDictionary
.InclusiveNamespaces, dictionaryManager.
ExclusiveC14NDictionary
.Namespace);
203
this.InclusiveNamespacesPrefixList = reader.GetAttribute(dictionaryManager.
ExclusiveC14NDictionary
.PrefixList, null);
222
writer.WriteStartElement(this.inclusiveListElementPrefix, dictionaryManager.
ExclusiveC14NDictionary
.InclusiveNamespaces, dictionaryManager.
ExclusiveC14NDictionary
.Namespace);
223
writer.WriteAttributeString(dictionaryManager.
ExclusiveC14NDictionary
.PrefixList, null, this.InclusiveNamespacesPrefixList);