3 references to IsNullHandle
System.Private.CoreLib (3)
src\System\RuntimeHandles.cs (2)
1516
Debug.Assert(!field.
IsNullHandle
());
1672
if (field.
IsNullHandle
())
src\System\RuntimeType.CoreCLR.cs (1)
874
Debug.Assert(!runtimeFieldHandle.
IsNullHandle
());