2 writes to _inclusiveNamespacesPrefixList
System.Security (2)
system\security\cryptography\xml\transform.cs (2)
462_inclusiveNamespacesPrefixList = inclusiveNamespacesPrefixList; 468set { _inclusiveNamespacesPrefixList = value; }
4 references to _inclusiveNamespacesPrefixList
System.Security (4)
system\security\cryptography\xml\transform.cs (4)
467get { return _inclusiveNamespacesPrefixList; } 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);