10 references to ChangeOperationCount
System.Web (10)
AspNetSynchronizationContext.cs (2)
105_state.Helper.ChangeOperationCount(-1); 116_state.Helper.ChangeOperationCount(+1);
Util\SynchronizationHelper.cs (8)
45public int PendingCount { get { return ChangeOperationCount(0); } } 103ChangeOperationCount(+1); 118ChangeOperationCount(+1); 144ChangeOperationCount(+1); 173ChangeOperationCount(-1); 202ChangeOperationCount(-1); 210int newOperationCount = ChangeOperationCount(+1); // prevent the operation counter from hitting zero while we're setting the field 216ChangeOperationCount(-1);