7 references to IsDss
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (7)
62if ((this.curNode.Input == parent.RootNode) && (parent.IsDss)) 165if (!faxis.IsDss) 224if (_subtree.IsDss && Equal(_subtree.RootNode.Name, _subtree.RootNode.Urn, name, URN)) 236if (_subtree.IsDss && Equal(_subtree.RootNode.Name, _subtree.RootNode.Urn, name, URN)) 269return (_subtree.IsDss || (depth == 1)); 340if (stack.Subtree.IsDss || (this.CurrentDepth == 0)) 524msw.WriteLine("<Tree IsDss=\"{0}\" IsAttribute=\"{1}\">", axis.IsDss, axis.IsAttribute);