2 references to s_EnLessThan
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
56
static string[] s_TextValueReplace = new string[] {s_EnAmpersand , s_EnGreaterThan ,
s_EnLessThan
};
59
static string[] s_XmlAttributeValueReplace = new string[] {s_EnAmpersand , s_EnGreaterThan ,
s_EnLessThan
, s_EnQuote , s_EnNewLine , s_EnReturn };