1 write to id
System.Data.SqlXml (1)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
861this.id = id;
6 references to id
System.Data.SqlXml (6)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
488switch (func.id) { 520Debug.Fail(func.id + " is present in the function table, but absent from the switch");
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
100switch (func.id) { 120Debug.Fail(func.id + " is present in the function table, but absent from the switch");
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
966XPathBuilder.FuncId funcId = xpathFunc.id; 980QilGenerator.FuncId funcId = xsltFunc.id;