1 write to stringValue
System.Data.SqlXml (1)
System\Xml\Xsl\XPath\XPathScanner.cs (1)
450
this.
stringValue
= xpathExpr.Substring(startIdx, endIdx - startIdx);
2 references to stringValue
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathScanner.cs (2)
151
Debug.Assert(
stringValue
!= null);
152
return
stringValue
;