4 writes to markedBits
System.Web (4)
UI\WebControls\Style.cs (4)
689markedBits = (int)o; 793markedBits = 0; 826markedBits |= bit; 832markedBits = setBits;
3 references to markedBits
System.Web (3)
UI\WebControls\Style.cs (3)
694setBits |= markedBits; 806if (markedBits != 0) { 810ViewState[SetBitsKey] = markedBits;