29 references to IsNull
mscorlib (29)
microsoft\win32\safehandles\win32safehandles.cs (2)
47
get { return handle.
IsNull
() || handle == new IntPtr(-1); }
91
get { return handle.
IsNull
() || handle == new IntPtr(-1); }
system\appdomain.cs (1)
480
if (_pDomain.
IsNull
())
system\appdomainmanager.cs (1)
216
if (!punkAppDomainManager.
IsNull
()) {
system\delegate.cs (4)
145
if (_methodPtrAux.
IsNull
())
147
if (!d._methodPtrAux.
IsNull
())
156
if (d._methodPtrAux.
IsNull
())
789
return (_methodPtrAux.
IsNull
()) ? _target : null;
system\diagnostics\stacktrace.cs (2)
229
if (mh.
IsNull
())
268
if (!rgMethodHandle[i].
IsNull
())
system\multicastdelegate.cs (4)
69
if (!InvocationListLogicallyNull() && !_invocationCount.
IsNull
() && !_methodPtrAux.
IsNull
())
87
if (!d.InvocationListLogicallyNull() && !d._invocationCount.
IsNull
() && !d._methodPtrAux.
IsNull
())
system\reflection\loaderallocator.cs (1)
46
if (m_nativeLoaderAllocator.
IsNull
())
system\reflection\methodinfo.cs (1)
255
Contract.Ensures(!m_handle.
IsNull
());
system\rttype.cs (2)
2745
if (m_cache.
IsNull
())
2751
if (!gcHandle.
IsNull
() && !IsCollectible())
system\runtimehandles.cs (2)
941
return m_handle.
IsNull
();
1535
return m_handle.
IsNull
();
system\security\principal\win32.cs (1)
341
if (!domainList.Domains.
IsNull
())
system\stubhelpers.cs (2)
714
if (!oldItemsIP.
IsNull
())
716
if (!newItemsIP.
IsNull
())
system\threading\overlapped.cs (3)
183
Contract.Assert(m_pinSelf.
IsNull
(), "OverlappedData has not been freed: m_pinSelf");
200
if (!m_pinSelf.
IsNull
()) {
235
if (!m_pinSelf.
IsNull
()) {
system\threading\thread.cs (1)
291
if (thread.
IsNull
())
system\typedreference.cs (2)
109
return Value.
IsNull
() && Type.
IsNull
();