3 writes to canBeFunction
System.Data.SqlXml (3)
System\Xml\Xsl\XPath\XPathScanner.cs (3)
299this.canBeFunction = false; 328this.canBeFunction = (curChar == '('); 345this.canBeFunction = (curChar == '(');
1 reference to canBeFunction
System.Data.SqlXml (1)
System\Xml\Xsl\XPath\XPathScanner.cs (1)
164return canBeFunction;