1 write to _includeComments
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs (1)
23
_includeComments
= includeComments;
3 references to _includeComments
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs (3)
53
_cXml = new CanonicalXml((Stream)obj,
_includeComments
, resolver, BaseURI!);
58
_cXml = new CanonicalXml((XmlDocument)obj, resolver,
_includeComments
);
63
_cXml = new CanonicalXml((XmlNodeList)obj, resolver,
_includeComments
);