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