10 references to IsZero
System (10)
net\System\Net\_SafeNetHandles.cs (10)
1083get {return IsClosed || _handle.IsZero;} 1418return IsClosed || _handle.IsZero; 1499isContextAbsent = refContext._handle.IsZero; 1701void* inContextPtr = contextHandle.IsZero ? null : &contextHandle; 1824isContextAbsent = refContext._handle.IsZero; 2017void* inContextPtr = contextHandle.IsZero ? null : &contextHandle; 2143if (contextHandle.IsZero) 2164errorCode = UnsafeNclNativeMethods.SafeNetHandles_SECURITY.CompleteAuthToken(contextHandle.IsZero? null: &contextHandle, inSecurityBufferDescriptor); 2263if (contextHandle.IsZero) 2287errorCode = UnsafeNclNativeMethods.SafeNetHandles_SECURITY.ApplyControlToken(contextHandle.IsZero ? null : &contextHandle, inSecurityBufferDescriptor);