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