1 write to _includeComments
System.Security (1)
system\security\cryptography\xml\transform.cs (1)
379
_includeComments
= includeComments;
3 references to _includeComments
System.Security (3)
system\security\cryptography\xml\transform.cs (3)
403
_cXml = new CanonicalXml((Stream) obj,
_includeComments
, resolver, this.BaseURI);
407
_cXml = new CanonicalXml((XmlDocument) obj, resolver,
_includeComments
);
411
_cXml = new CanonicalXml((XmlNodeList) obj, resolver,
_includeComments
);