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