19 references to CanReadContentAsBitmap
System.Private.Xml (19)
System\Xml\Core\XmlReader.cs (19)
1333
Debug.Assert(0 == (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.None)));
1334
Debug.Assert(0 == (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.Element)));
1335
Debug.Assert(0 != (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.Attribute)));
1336
Debug.Assert(0 != (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.Text)));
1337
Debug.Assert(0 != (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.CDATA)));
1338
Debug.Assert(0 != (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.EntityReference)));
1339
Debug.Assert(0 == (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.Entity)));
1340
Debug.Assert(0 != (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.ProcessingInstruction)));
1341
Debug.Assert(0 != (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.Comment)));
1342
Debug.Assert(0 == (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.Document)));
1343
Debug.Assert(0 == (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.DocumentType)));
1344
Debug.Assert(0 == (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.DocumentFragment)));
1345
Debug.Assert(0 == (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.Notation)));
1346
Debug.Assert(0 != (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.Whitespace)));
1347
Debug.Assert(0 != (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.SignificantWhitespace)));
1348
Debug.Assert(0 != (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.EndElement)));
1349
Debug.Assert(0 != (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.EndEntity)));
1350
Debug.Assert(0 == (
CanReadContentAsBitmap
& (1 << (int)XmlNodeType.XmlDeclaration)));
1352
return 0 != (
CanReadContentAsBitmap
& (1 << (int)nodeType));