1 write to _stringValue
System.Private.Xml (1)
System\Xml\Xsl\XPath\XPathScanner.cs (1)
524
_stringValue
= _xpathExpr.Substring(startIdx, endIdx - startIdx);
2 references to _stringValue
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathScanner.cs (2)
153
Debug.Assert(
_stringValue
!= null);
154
return
_stringValue
;