1 write to _includeComments
System.Security (1)
system\security\cryptography\xml\transform.cs (1)
461
_includeComments
= includeComments;
3 references to _includeComments
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);