1 write to _includeComments
System.Security (1)
system\security\cryptography\xml\transform.cs (1)
830
_includeComments
= includeComments;
2 references to _includeComments
System.Security (2)
system\security\cryptography\xml\transform.cs (2)
883
CanonicalXml xmlDoc = new CanonicalXml((XmlNodeList) obj, null,
_includeComments
);
891
CanonicalXml xmlDoc = new CanonicalXml((XmlDocument) obj, null,
_includeComments
);