12 references to AttributeActiveStates
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (12)
1451
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.Initial)));
1452
Debug.Assert(0 != (
AttributeActiveStates
& (1 << (int)State.Interactive)));
1453
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.Error)));
1454
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.EndOfFile)));
1455
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.Closed)));
1456
Debug.Assert(0 != (
AttributeActiveStates
& (1 << (int)State.PopNamespaceScope)));
1457
Debug.Assert(0 != (
AttributeActiveStates
& (1 << (int)State.ClearNsAttributes)));
1458
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.ReadElementContentAsBase64)));
1459
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.ReadElementContentAsBinHex)));
1460
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.ReadContentAsBase64)));
1461
Debug.Assert(0 == (
AttributeActiveStates
& (1 << (int)State.ReadContentAsBinHex)));
1463
return 0 != (
AttributeActiveStates
& (1 << (int)_state));