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