108 references to Namespace
SMDiagnostics (3)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (3)
646
case XPathNodeType.
Namespace
:
724
case XPathNodeType.
Namespace
:
761
case XPathNodeType.
Namespace
:
System.Data (11)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (1)
95
if ( _curNode.NodeType != XPathNodeType.
Namespace
)
fx\src\data\System\NewXml\XPathNodePointer.cs (10)
90
return XPathNodeType.
Namespace
;
163
return XPathNodeType.
Namespace
;
885
if ( NodeType == XPathNodeType.
Namespace
) {
916
if ( xnt == XPathNodeType.
Namespace
) {
987
if ( this.NodeType == XPathNodeType.
Namespace
&& other.NodeType == XPathNodeType.
Namespace
) {
994
else if ( this.NodeType == XPathNodeType.
Namespace
) {
995
Debug.Assert( other.NodeType != XPathNodeType.
Namespace
);
1007
else if ( other.NodeType == XPathNodeType.
Namespace
) {
1008
Debug.Assert( this.NodeType != XPathNodeType.
Namespace
);
System.Data.SqlXml (38)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
967
nodeType = XPathNodeType.
Namespace
;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
3047
case XmlNodeKindFlags.Namespace: kindsRuntime = XPathNodeType.
Namespace
; break;
3078
if ((kinds & XmlNodeKindFlags.Namespace) != 0) kindsUnion |= (1 << (int) XPathNodeType.
Namespace
);
4258
case QilNodeType.NamespaceDecl: return XPathNodeType.
Namespace
;
System\Xml\Xsl\Runtime\ContentIterators.cs (1)
107
Debug.Assert(nodeType != XPathNodeType.Attribute && nodeType != XPathNodeType.
Namespace
);
System\Xml\Xsl\Runtime\TreeIterators.cs (1)
321
if (nav.NodeType == XPathNodeType.Attribute || nav.NodeType == XPathNodeType.
Namespace
) {
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (1)
156
Debug.Assert(nodeType != XPathNodeType.Attribute && nodeType != XPathNodeType.
Namespace
);
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (6)
386
this.xstate = (rootType == XPathNodeType.Attribute || rootType == XPathNodeType.
Namespace
) ? XmlState.EnumAttrs : XmlState.WithinContent;
638
ConstructInEnumAttrs(XPathNodeType.
Namespace
);
680
ConstructInEnumAttrs(XPathNodeType.
Namespace
);
1033
case XPathNodeType.
Namespace
:
1168
Debug.Assert(rootType == XPathNodeType.Attribute || rootType == XPathNodeType.
Namespace
);
1433
case XPathNodeType.
Namespace
:
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (3)
724
case XPathNodeType.
Namespace
: return code == XmlTypeCode.Namespace;
1006
if (lineInfo != null && ! (currentNode.NodeType == XPathNodeType.
Namespace
&& IsInheritedNamespace(currentNode))) {
1014
Debug.Assert(node.NodeType == XPathNodeType.
Namespace
);
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (3)
136
if (rootType == XPathNodeType.Attribute || rootType == XPathNodeType.
Namespace
)
159
if (nav.NodeType == XPathNodeType.Attribute || nav.NodeType == XPathNodeType.
Namespace
)
289
case XPathNodeType.
Namespace
:
System\Xml\Xsl\XPath\XPathParser.cs (1)
213
axis == XPathAxis.Namespace ? XPathNodeType.
Namespace
:
System\Xml\Xsl\XsltOld\BeginEvent.cs (1)
29
Debug.Assert(input.NodeType != XPathNodeType.
Namespace
);
System\Xml\Xsl\XsltOld\CopyNamespacesAction.cs (5)
44
Debug.Assert(frame.Node.NodeType == XPathNodeType.
Namespace
);
46
if (processor.BeginEvent(XPathNodeType.
Namespace
, null, frame.Node.LocalName, frame.Node.Value, false) == false) {
55
Debug.Assert(frame.Node.NodeType == XPathNodeType.
Namespace
);
57
if (processor.EndEvent(XPathNodeType.
Namespace
) == false) {
66
Debug.Assert(frame.Node.NodeType == XPathNodeType.
Namespace
);
System\Xml\Xsl\XsltOld\EndEvent.cs (1)
19
Debug.Assert(nodeType != XPathNodeType.
Namespace
);
System\Xml\Xsl\XsltOld\NamespaceEvent.cs (3)
21
Debug.Assert(input.NodeType == XPathNodeType.
Namespace
);
40
res = processor.BeginEvent(XPathNodeType.
Namespace
, /*prefix:*/null, this.name, this.namespaceUri, /*empty:*/false);
42
res = processor.EndEvent(XPathNodeType.
Namespace
);
System\Xml\Xsl\XsltOld\NumberAction.cs (3)
218
if(endNode.NodeType == XPathNodeType.Attribute || endNode.NodeType == XPathNodeType.
Namespace
) {
302
Debug.Assert(nav.NodeType != XPathNodeType.Attribute && nav.NodeType != XPathNodeType.
Namespace
);
364
if (countNode.NodeType == XPathNodeType.Attribute || countNode.NodeType == XPathNodeType.
Namespace
) {
System\Xml\Xsl\XsltOld\Processor.cs (4)
768
case XPathNodeType.
Namespace
:
770
return BeginEvent(XPathNodeType.
Namespace
, null, node.LocalName, node.Value, false);
792
case XPathNodeType.
Namespace
:
822
case XPathNodeType.
Namespace
:
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
144
case XPathNodeType.
Namespace
:
System.ServiceModel (12)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (12)
95
BlankDom[SoapNSIndex].type = XPathNodeType.
Namespace
;
102
BlankDom[XmlNSIndex].type = XPathNodeType.
Namespace
;
570
if (type == XPathNodeType.
Namespace
|| type == XPathNodeType.Attribute)
577
if (type == XPathNodeType.
Namespace
|| type == XPathNodeType.Attribute)
734
if (t != XPathNodeType.Attribute && t != XPathNodeType.
Namespace
)
912
if (type == XPathNodeType.Attribute || type == XPathNodeType.
Namespace
)
954
if (this.dom.nodes[this.location].type != XPathNodeType.
Namespace
)
1002
if (t != XPathNodeType.Attribute && t != XPathNodeType.
Namespace
)
1392
if (type1 == XPathNodeType.
Namespace
)
1406
if (type2 == XPathNodeType.
Namespace
)
1462
if (p.parent > NullIndex && p.parent < this.nextFreeIndex && this.nodes[p.parent].type == XPathNodeType.Element && this.nodes[p.elem].type == XPathNodeType.
Namespace
)
1915
this.nodes[n].type = XPathNodeType.
Namespace
;
System.Transactions (3)
System\Transactions\Trace\TraceXPathNavigator.cs (3)
352
case XPathNodeType.
Namespace
:
426
case XPathNodeType.
Namespace
:
451
case XPathNodeType.
Namespace
:
System.Xml (40)
System\Xml\Cache\XPathDocumentBuilder.cs (3)
580
pageNode[idxNode].Create(info, XPathNodeType.
Namespace
, idxElem);
595
Debug.Assert(xptyp != XPathNodeType.
Namespace
);
659
Debug.Assert(xptyp != XPathNodeType.Root && xptyp != XPathNodeType.
Namespace
);
System\Xml\Cache\XPathDocumentNavigator.cs (2)
326
if (page[idx].NodeType != XPathNodeType.
Namespace
)
785
case XPathNodeType.
Namespace
:
System\Xml\Cache\XPathNode.cs (2)
218
return NodeType == XPathNodeType.
Namespace
&& localName.Length == 3 && localName == "xml";
264
return xptyp == XPathNodeType.Attribute || xptyp == XPathNodeType.
Namespace
;
System\Xml\Cache\XPathNodeHelper.cs (1)
282
Debug.Assert(typ != XPathNodeType.Attribute && typ != XPathNodeType.
Namespace
);
System\Xml\Core\XmlWriter.cs (1)
489
case XPathNodeType.
Namespace
:
System\Xml\Core\XmlWriterAsync.cs (1)
441
case XPathNodeType.
Namespace
:
System\Xml\Dom\DocumentSchemaValidator.cs (1)
134
if (nodeToValidate.XPNodeType == XPathNodeType.
Namespace
) goto default;
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1201
Debug.Assert( this.NodeType != XPathNodeType.Attribute && this.NodeType != XPathNodeType.
Namespace
&& this.NodeType != XPathNodeType.All );
System\Xml\Dom\XmlAttribute.cs (1)
329
return XPathNodeType.
Namespace
;
System\Xml\ValidateNames.cs (1)
533
case XPathNodeType.
Namespace
:
System\Xml\XPath\Internal\FollowingQuery.cs (1)
48
if (input.NodeType == XPathNodeType.Attribute || input.NodeType == XPathNodeType.
Namespace
) {
System\Xml\XPath\Internal\NamespaceQuery.cs (1)
52
Debug.Assert(e.NodeType == XPathNodeType.
Namespace
);
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
57
if (last.NodeType == XPathNodeType.Attribute || last.NodeType == XPathNodeType.
Namespace
) {
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
56
if (input.NodeType == XPathNodeType.Attribute || input.NodeType == XPathNodeType.
Namespace
) {
System\Xml\XPath\Internal\Query.cs (2)
195
if (last.NodeType == XPathNodeType.
Namespace
&& curr.NodeType == XPathNodeType.
Namespace
) {
System\Xml\XPath\XPathDocument.cs (1)
357
Debug.Assert(pageElem[idxElem].NodeType == XPathNodeType.Element && pageNmsp[idxNmsp].NodeType == XPathNodeType.
Namespace
);
System\Xml\XPath\XPathNavigator.cs (15)
425
if ((nt != XPathNodeType.Element && scope != XmlNamespaceScope.Local) || nt == XPathNodeType.Attribute || nt == XPathNodeType.
Namespace
) {
605
case XPathNodeType.
Namespace
:
667
case XPathNodeType.
Namespace
:
677
case XPathNodeType.
Namespace
:
725
case XPathNodeType.
Namespace
:
735
case XPathNodeType.
Namespace
:
1146
|| type == XPathNodeType.
Namespace
) {
1173
else if (NodeType == XPathNodeType.
Namespace
) {
1237
case XPathNodeType.
Namespace
:
1474
case XPathNodeType.
Namespace
:
1508
case XPathNodeType.
Namespace
:
1610
case XPathNodeType.
Namespace
:
1620
case XPathNodeType.
Namespace
:
1666
internal const int NoAttrNmspMask = AllMask & ~(1 << (int) XPathNodeType.Attribute) & ~(1 << (int) XPathNodeType.
Namespace
);
1895
case XPathNodeType.
Namespace
:
System\Xml\XPath\XPathNavigatorReader.cs (4)
183
if (this.nav.NodeType == XPathNodeType.
Namespace
)
195
if (this.nav.NodeType == XPathNodeType.
Namespace
&& this.nav.LocalName.Length == 0)
207
if (this.nav.NodeType == XPathNodeType.
Namespace
&& this.nav.LocalName.Length != 0)
554
Debug.Assert( XPathNodeType.
Namespace
== this.nav.NodeType );
System.Xml.Linq (1)
System\Xml\Linq\XNodeNavigator.cs (1)
184
return XPathNodeType.
Namespace
;