5 references to Compile
Microsoft.Build.Tasks.Core (2)
XmlPeek.cs (1)
102
expr = nav.
Compile
(Query);
XmlPoke.cs (1)
87
expr = nav.
Compile
(Query);
System.Private.Xml (2)
System\Xml\Dom\XmlNode.cs (2)
73
XPathExpression exp = xn.
Compile
(xpath);
99
XPathExpression exp = xn.
Compile
(xpath);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
167
XPathExpression xpathExpr = navigator.
Compile
("boolean(" + _xpathexpr + ")");