6 references to IsSelf
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (6)
489
_isSelfAxis = Asttree.
IsSelf
(_topNode);
634
while ((stepAst != null) && (IsNameTest(stepAst) ||
IsSelf
(stepAst)))
637
if (
IsSelf
(stepAst) && (ast != stepAst))
665
if (
IsSelf
(ast) && (ast.Input != null))
687
if ((stepAst == null) || (!
IsSelf
(stepAst)) || (stepAst.Input != null))
693
if (
IsSelf
(ast) && (ast.Input != null))