1 write to includeComments
System.IdentityModel (1)
System\IdentityModel\CanonicalizationDriver.cs (1)
30
set { this.
includeComments
= value; }
3 references to includeComments
System.IdentityModel (3)
System\IdentityModel\CanonicalizationDriver.cs (3)
29
get { return this.
includeComments
; }
92
dicReader.StartCanonicalization(canonicalStream, this.
includeComments
, this.inclusivePrefixes);
113
writer.StartCanonicalization(canonicalStream, this.
includeComments
, this.inclusivePrefixes);