1 write to _s1
System.Private.Xml (1)
System\Xml\Xsl\Runtime\StringConcat.cs (1)
87case 0: _s1 = s; break;
5 references to _s1
System.Private.Xml (5)
System\Xml\Xsl\Runtime\StringConcat.cs (5)
731 => _s1 ?? string.Empty, 742 => string.Concat(_s1, _s2), 753 => string.Concat(_s1, _s2, _s3), 764 => string.Concat(_s1, _s2, _s3, _s4), 95strList.Add(_s1);