3 references to s_LessThan
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (3)
55
static char[] s_TextValueFind = new char[] {s_Ampersand, s_GreaterThan,
s_LessThan
};
58
static char[] s_XmlAttributeValueFind = new char[] {s_Ampersand, s_GreaterThan,
s_LessThan
, s_Quote, s_NewLine, s_Return};
148
Write(
s_LessThan
);