10 references to StringConcat
System.Private.Xml (10)
System\Xml\Core\XmlEventCache.cs (1)
21
private
StringConcat
_singleText; // If document consists of a single text node, cache it here rather than creating pages
System\Xml\Xsl\IlGen\GenerateHelper.cs (4)
425
public static readonly MethodInfo StrCatCat = typeof(
StringConcat
).GetMethod("Concat")!;
426
public static readonly MethodInfo StrCatClear = typeof(
StringConcat
).GetMethod("Clear")!;
427
public static readonly MethodInfo StrCatResult = typeof(
StringConcat
).GetMethod("GetResult")!;
428
public static readonly MethodInfo StrCatDelim = typeof(
StringConcat
).GetMethod("set_Delimiter")!;
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
1638
StringConcat
concat = default;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
1545
locStringConcat = _helper.DeclareLocal("$$$strcat", typeof(
StringConcat
));
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
51
private
StringConcat
_nodeText; // Cache pi, comment, or namespace text
System\Xml\Xsl\Xslt\XsltInput.cs (2)
8
using StringConcat = System.Xml.Xsl.Runtime.
StringConcat
;
268
private
StringConcat
_strConcat;