9 references to HasValue
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (2)
43
Debug.Assert(o.
HasValue
);
150
if (!argument.
HasValue
)
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (3)
1542
If Not target.
HasValue
Then
1545
If value IsNot Nothing AndAlso Not value.
HasValue
Then
1550
If Not a.
HasValue
Then
System.Linq.Expressions (4)
System\Dynamic\BindingRestrictions.cs (1)
78
if (obj.Value == null && obj.
HasValue
)
System\Dynamic\DynamicMetaObject.cs (3)
64
public object? Value =>
HasValue
? _value : null;
78
if (
HasValue
)
290
!idoMetaObject.
HasValue
||