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