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