13 references to IsNullHandle
System.Private.CoreLib (13)
src\System\Reflection\Associates.cs (1)
67Debug.Assert(!associateMethodHandle.IsNullHandle(), "Failed to resolve associateRecord methodDef token");
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
647if (m_methodHandle.IsNullHandle())
src\System\Reflection\MethodBase.CoreCLR.cs (1)
48return methodHandle.IsNullHandle() ? null : RuntimeType.GetMethodBase(null, methodHandle);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
59Debug.Assert(!handle.IsNullHandle());
src\System\RuntimeHandles.cs (3)
1096Debug.Assert(!method.IsNullHandle()); 1261if (!handle.IsNullHandle()) 1348if (method.IsNullHandle())
src\System\RuntimeType.CoreCLR.cs (6)
595Debug.Assert(!methodHandle.IsNullHandle()); 653Debug.Assert(!methodHandle.IsNullHandle()); 757Debug.Assert(!methodHandle.IsNullHandle()); 1770Debug.Assert(!methodHandle.IsNullHandle()); 2723if (ifaceRtMethodHandle.IsNullHandle()) 2734if (classRtMethodHandle.IsNullHandle())