3 references to s_LessThan
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (3)
50private static readonly char[] s_TextValueFind = new char[] { s_Ampersand, s_GreaterThan, s_LessThan }; 53private static readonly char[] s_XmlAttributeValueFind = new char[] { s_Ampersand, s_GreaterThan, s_LessThan, s_Quote, s_NewLine, s_Return }; 154Write(s_LessThan);