1 override of ParentPath
Microsoft.Web.XmlTransform (1)
XmlLocators.cs (1)
67protected override string ParentPath {
3 references to ParentPath
Microsoft.Web.XmlTransform (3)
XmlLocator.cs (2)
66return AppendStep(ParentPath, NextStepAxis, NextStepNodeTest, ConstructPredicate()); 184resultPath = ParentPath;
XmlLocators.cs (1)
79xpath = AppendStep(base.ParentPath, NextStepNodeTest);