5 references to unescapedText
System.Data.SqlXml (5)
System\Xml\Xsl\Xslt\QilGenerator.cs (5)
841unescapedText.Length = 0; 849unescapedText.Append(source, start, i - start); 868if (unescapedText.Length == 0) { 871unescapedText.Append(source, start, i - start); 872return f.String(unescapedText.ToString());