3 instantiations of ExcCanonicalXml
System.Security (3)
system\security\cryptography\xml\transform.cs (3)
504
_excCanonicalXml = new
ExcCanonicalXml
((Stream) obj, _includeComments, _inclusiveNamespacesPrefixList, resolver, this.BaseURI);
507
_excCanonicalXml = new
ExcCanonicalXml
((XmlDocument) obj, _includeComments, _inclusiveNamespacesPrefixList, resolver);
510
_excCanonicalXml = new
ExcCanonicalXml
((XmlNodeList) obj, _includeComments, _inclusiveNamespacesPrefixList, resolver);
1 reference to ExcCanonicalXml
System.Security (1)
system\security\cryptography\xml\transform.cs (1)
452
private
ExcCanonicalXml
_excCanonicalXml;