12 references to IsNullHandle
System.Private.CoreLib (12)
src\System\Reflection\Associates.cs (1)
67
Debug.Assert(!associateMethodHandle.
IsNullHandle
(), "Failed to resolve associateRecord methodDef token");
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
641
if (m_methodHandle.
IsNullHandle
())
src\System\Reflection\MethodBase.CoreCLR.cs (1)
48
return methodHandle.
IsNullHandle
() ? null : RuntimeType.GetMethodBase(null, methodHandle);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
59
Debug.Assert(!handle.
IsNullHandle
());
src\System\RuntimeHandles.cs (3)
1071
Debug.Assert(!method.
IsNullHandle
());
1236
if (!handle.
IsNullHandle
())
1323
if (method.
IsNullHandle
())
src\System\RuntimeType.CoreCLR.cs (5)
615
Debug.Assert(!methodHandle.
IsNullHandle
());
671
Debug.Assert(!methodHandle.
IsNullHandle
());
775
Debug.Assert(!methodHandle.
IsNullHandle
());
1813
Debug.Assert(!methodHandle.
IsNullHandle
());
2770
if (classRtMethodHandle.
IsNullHandle
())