2 writes to _inclusiveNamespacesPrefixList
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (2)
26_inclusiveNamespacesPrefixList = inclusiveNamespacesPrefixList; 33set { _inclusiveNamespacesPrefixList = value; }
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);