4 references to s_EnAmpersand
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (4)
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 }; 559Write(s_EnAmpersand); 592Write(s_EnAmpersand);