6 references to NodeType
System.ServiceModel (6)
System\ServiceModel\Dispatcher\XPathLexer.cs (5)
316
Comment = 0x0000001F | XPathTokenID.
NodeType
,
317
Text = 0x00000020 | XPathTokenID.
NodeType
,
318
Processing = 0x00000021 | XPathTokenID.
NodeType
,
319
Node = 0x00000022 | XPathTokenID.
NodeType
,
1024
if ((id & XPathTokenID.
NodeType
) == 0)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
567
if (null == (token = this.NextTokenClass(XPathTokenID.
NodeType
)))