2 writes to _inclusiveNamespacesPrefixList
System.Security.Cryptography.Xml (2)
4 references to _inclusiveNamespacesPrefixList
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (4)
32get { return _inclusiveNamespacesPrefixList; }
80_excCanonicalXml = new ExcCanonicalXml((Stream)obj, _includeComments, _inclusiveNamespacesPrefixList!, resolver, BaseURI!);
84_excCanonicalXml = new ExcCanonicalXml((XmlDocument)obj, _includeComments, _inclusiveNamespacesPrefixList!, resolver);
88_excCanonicalXml = new ExcCanonicalXml((XmlNodeList)obj, _includeComments, _inclusiveNamespacesPrefixList!, resolver);