5 references to NullReference
System.Private.CoreLib (5)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (3)
607
exceptionId = ExceptionIDs.
NullReference
;
615
exceptionId = ExceptionIDs.
NullReference
;
700
exceptionObj = GetClasslibException(ExceptionIDs.
NullReference
, faultingCodeAddress);
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\RuntimeExports.cs (1)
219
ExceptionIDs exID = obj == null ? ExceptionIDs.
NullReference
: ExceptionIDs.InvalidCast;
System\RuntimeExceptionHelpers.cs (1)
95
case ExceptionIDs.
NullReference
: