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