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