19 references to HasValueBitmap
System.Private.Xml (19)
System\Xml\Core\XmlReader.cs (19)
1360
Debug.Assert(0 == (
HasValueBitmap
& (1 << (int)XmlNodeType.None)));
1361
Debug.Assert(0 == (
HasValueBitmap
& (1 << (int)XmlNodeType.Element)));
1362
Debug.Assert(0 != (
HasValueBitmap
& (1 << (int)XmlNodeType.Attribute)));
1363
Debug.Assert(0 != (
HasValueBitmap
& (1 << (int)XmlNodeType.Text)));
1364
Debug.Assert(0 != (
HasValueBitmap
& (1 << (int)XmlNodeType.CDATA)));
1365
Debug.Assert(0 == (
HasValueBitmap
& (1 << (int)XmlNodeType.EntityReference)));
1366
Debug.Assert(0 == (
HasValueBitmap
& (1 << (int)XmlNodeType.Entity)));
1367
Debug.Assert(0 != (
HasValueBitmap
& (1 << (int)XmlNodeType.ProcessingInstruction)));
1368
Debug.Assert(0 != (
HasValueBitmap
& (1 << (int)XmlNodeType.Comment)));
1369
Debug.Assert(0 == (
HasValueBitmap
& (1 << (int)XmlNodeType.Document)));
1370
Debug.Assert(0 != (
HasValueBitmap
& (1 << (int)XmlNodeType.DocumentType)));
1371
Debug.Assert(0 == (
HasValueBitmap
& (1 << (int)XmlNodeType.DocumentFragment)));
1372
Debug.Assert(0 == (
HasValueBitmap
& (1 << (int)XmlNodeType.Notation)));
1373
Debug.Assert(0 != (
HasValueBitmap
& (1 << (int)XmlNodeType.Whitespace)));
1374
Debug.Assert(0 != (
HasValueBitmap
& (1 << (int)XmlNodeType.SignificantWhitespace)));
1375
Debug.Assert(0 == (
HasValueBitmap
& (1 << (int)XmlNodeType.EndElement)));
1376
Debug.Assert(0 == (
HasValueBitmap
& (1 << (int)XmlNodeType.EndEntity)));
1377
Debug.Assert(0 != (
HasValueBitmap
& (1 << (int)XmlNodeType.XmlDeclaration)));
1379
return 0 != (
HasValueBitmap
& (1 << (int)nodeType));