2 instantiations of StringConcat
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
1263StringConcat concat = new StringConcat();
System\Xml\Xsl\Xslt\XsltInput.cs (1)
243StringConcat strConcat = new StringConcat();
9 references to StringConcat
System.Data.SqlXml (9)
System\Xml\Xsl\IlGen\GenerateHelper.cs (4)
380public static readonly MethodInfo StrCatCat = GetMethod(typeof(StringConcat), "Concat"); 381public static readonly MethodInfo StrCatClear = GetMethod(typeof(StringConcat), "Clear"); 382public static readonly MethodInfo StrCatResult = GetMethod(typeof(StringConcat), "GetResult"); 383public static readonly MethodInfo StrCatDelim = GetMethod(typeof(StringConcat), "set_Delimiter");
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
1263StringConcat concat = new StringConcat();
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
1430locStringConcat = this.helper.DeclareLocal("$$$strcat", typeof(StringConcat));
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
53private StringConcat nodeText; // Cache pi, comment, or namespace text
System\Xml\Xsl\Xslt\XsltInput.cs (2)
17using StringConcat = System.Xml.Xsl.Runtime.StringConcat; 243StringConcat strConcat = new StringConcat();