4 references to EscapeWhitespaceData
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs (2)
29strBuilder.Append(Utils.EscapeWhitespaceData(Value)); 36byte[] rgbData = Encoding.UTF8.GetBytes(Utils.EscapeWhitespaceData(Value));
System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs (2)
29strBuilder.Append(Utils.EscapeWhitespaceData(Value)); 36byte[] rgbData = Encoding.UTF8.GetBytes(Utils.EscapeWhitespaceData(Value));