10 references to IsNullHandle
mscorlib (10)
system\reflection\Associates.cs (1)
68
Contract.Assert(!associateMethodHandle.
IsNullHandle
(), "Failed to resolve associateRecord methodDef token");
system\reflection\emit\dynamicilgenerator.cs (1)
782
if (m_methodHandle.
IsNullHandle
())
system\reflection\methodinfo.cs (1)
257
Contract.Assert(!handle.
IsNullHandle
());
system\rttype.cs (6)
649
Contract.Assert(!methodHandle.
IsNullHandle
());
709
Contract.Assert(!methodHandle.
IsNullHandle
());
824
Contract.Assert(!methodHandle.
IsNullHandle
());
2003
Contract.Assert(!methodHandle.
IsNullHandle
());
5372
if (!m_hCtorMethodHandle.
IsNullHandle
())
5405
Contract.Assert(!ace.m_hCtorMethodHandle.
IsNullHandle
(), "Expected the default ctor method handle for a reference type.");
system\security\securityruntime.cs (1)
46
if (rmh.
IsNullHandle
())