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