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