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