1 write to id
System.Private.Xml (1)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
989this.id = id;
6 references to id
System.Private.Xml (6)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
569switch (func.id) 602Debug.Fail($"{func.id} is present in the function table, but absent from the switch");
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
111switch (func.id) 134Debug.Fail($"{func.id} is present in the function table, but absent from the switch");
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
1078XPathBuilder.FuncId funcId = xpathFunc.id; 1095QilGenerator.FuncId funcId = xsltFunc.id;