8 references to ClosingFlag
System (8)
net\System\Net\_PooledStream.cs (8)
463
if ((newValue & (ClosedFlag |
ClosingFlag
)) != 0) {
472
if (ServicePointManager.UseSafeSynchronousClose &&
ClosingFlag
== Interlocked.Decrement(ref m_SynchronousIOClosingState)) {
496
if ((newValue & (ClosedFlag |
ClosingFlag
)) != 0) {
505
if (ServicePointManager.UseSafeSynchronousClose &&
ClosingFlag
== Interlocked.Decrement(ref m_SynchronousIOClosingState)) {
574
if (
ClosingFlag
== Interlocked.CompareExchange(ref m_SynchronousIOClosingState, ClosedFlag,
ClosingFlag
)) {
665
InterlockedOr(ref m_SynchronousIOClosingState,
ClosingFlag
);
678
InterlockedOr(ref m_SynchronousIOClosingState,
ClosingFlag
);