12 references to AttributeActiveStates
System.Private.Xml (12)
System\Xml\Core\XmlSubtreeReader.cs (12)
1470
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.Initial)));
1471
Debug.Assert(0 != (
AttributeActiveStates
& (1 << (int)State.Interactive)));
1472
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.Error)));
1473
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.EndOfFile)));
1474
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.Closed)));
1475
Debug.Assert(0 != (
AttributeActiveStates
& (1 << (int)State.PopNamespaceScope)));
1476
Debug.Assert(0 != (
AttributeActiveStates
& (1 << (int)State.ClearNsAttributes)));
1477
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.ReadElementContentAsBase64)));
1478
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.ReadElementContentAsBinHex)));
1479
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.ReadContentAsBase64)));
1480
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.ReadContentAsBinHex)));
1482
return 0 != (
AttributeActiveStates
& (1 << (int)_state));