3 references to EscapeTextData
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\CanonicalXmlText.cs (2)
29
strBuilder.Append(Utils.
EscapeTextData
(Value));
36
byte[] rgbData = Encoding.UTF8.GetBytes(Utils.
EscapeTextData
(Value));
System\Security\Cryptography\Xml\Utils.cs (1)
444
return
EscapeTextData
(data);