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