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