12 references to GetContentKindMask
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (1)
1014
return (((1 << (int)_pageCurrent[_idxCurrent].NodeType) &
GetContentKindMask
(typ)) != 0);
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNodeHelper.cs (4)
269
mask = XPathNavigator.
GetContentKindMask
(typ);
301
int mask = XPathNavigator.
GetContentKindMask
(typ);
426
int mask = XPathNavigator.
GetContentKindMask
(typ);
612
int mask = XPathNavigator.
GetContentKindMask
(typ);
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (3)
954
int mask =
GetContentKindMask
(type);
1072
int mask =
GetContentKindMask
(type);
1175
int mask =
GetContentKindMask
(type);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (4)
775
int mask =
GetContentKindMask
(type);
865
int mask =
GetContentKindMask
(type);
940
int mask =
GetContentKindMask
(type);
1735
int mask =
GetContentKindMask
(type);