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)
883CanonicalXml xmlDoc = new CanonicalXml((XmlNodeList) obj, null, _includeComments); 891CanonicalXml xmlDoc = new CanonicalXml((XmlDocument) obj, null, _includeComments);