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