2 references to s_EnLessThan
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
51private static readonly string[] s_TextValueReplace = new string[] { s_EnAmpersand, s_EnGreaterThan, s_EnLessThan }; 54private static readonly string[] s_XmlAttributeValueReplace = new string[] { s_EnAmpersand, s_EnGreaterThan, s_EnLessThan, s_EnQuote, s_EnNewLine, s_EnReturn };