11 references to CurrentCount
mscorlib (11)
system\threading\CountdownEvent.cs (11)
225
/// cref="
CurrentCount
"/>.
282
/// <exception cref="T:System.InvalidOperationException"><see cref="
CurrentCount
"/> is equal to <see
295
/// <returns>true if the increment succeeded; otherwise, false. If <see cref="
CurrentCount
"/> is
297
/// <exception cref="T:System.InvalidOperationException"><see cref="
CurrentCount
"/> is equal to <see
310
/// <param name="signalCount">The value by which to increase <see cref="
CurrentCount
"/>.</param>
315
/// <exception cref="T:System.InvalidOperationException"><see cref="
CurrentCount
"/> is equal to <see
331
/// <param name="signalCount">The value by which to increase <see cref="
CurrentCount
"/>.</param>
332
/// <returns>true if the increment succeeded; otherwise, false. If <see cref="
CurrentCount
"/> is
338
/// <exception cref="T:System.InvalidOperationException"><see cref="
CurrentCount
"/> is equal to <see
384
/// Resets the <see cref="
CurrentCount
"/> to the value of <see cref="InitialCount"/>.
398
/// Resets the <see cref="
CurrentCount
"/> to a specified value.