13 references to Null
Microsoft.Diagnostics.DataContractReader.Abstractions (3)
Contracts\Extensions\ICodeVersionsExtensions.cs (3)
20if (cv.GetNativeCode(nativeCodeVersionHandle) != TargetCodePointer.Null) 26return TargetCodePointer.Null; 30=> cv.GetNativeCodeAnyVersion(methodDesc) != TargetCodePointer.Null;
Microsoft.Diagnostics.DataContractReader.Contracts (8)
CodePointerUtils.cs (1)
18return TargetCodePointer.Null;
Contracts\RuntimeTypeSystem_1.cs (3)
1782if (pCode == TargetCodePointer.Null) 1834return TargetCodePointer.Null; 1858return TargetCodePointer.Null;
RuntimeTypeSystemHelpers\MethodValidation.cs (4)
124return TargetCodePointer.Null; 145return TargetCodePointer.Null; 174private bool HasNativeCode(NonValidatedMethodDesc umd) => GetCodePointer(umd) != TargetCodePointer.Null; 196if (temporaryEntryPoint != TargetCodePointer.Null)
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
2310TargetCodePointer nativeCodeAddr = TargetCodePointer.Null; 2315if (nativeCodeAddr != TargetCodePointer.Null)