4 references to Undefined
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (4)
41
private volatile NullableBool _canSeek = NullableBool.
Undefined
;
42
private volatile NullableBool _supportsRandomAccess = NullableBool.
Undefined
;
65
if (supportsRandomAccess == NullableBool.
Undefined
)
519
if (canSeek == NullableBool.
Undefined
)