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