1 write to _s1
System.Private.Xml (1)
System\Xml\Xsl\Runtime\StringConcat.cs (1)
87
case 0:
_s1
= s; break;
5 references to _s1
System.Private.Xml (5)
System\Xml\Xsl\Runtime\StringConcat.cs (5)
73
1 =>
_s1
?? string.Empty,
74
2 => string.Concat(
_s1
, _s2),
75
3 => string.Concat(
_s1
, _s2, _s3),
76
4 => string.Concat(
_s1
, _s2, _s3, _s4),
95
strList.Add(
_s1
);