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