7 references to HasValue
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Operators.cs (6)
136if (!best.HasValue) 857if (!best.HasValue) 1122if (!best.HasValue) 1539if (possiblyBest.HasValue) 1555resultKind = possiblyBest.HasValue ? LookupResultKind.Viable : LookupResultKind.Empty; 1558if (possiblyBest is { HasValue: true, Signature: { Method: { } bestMethod } })
Binder\Semantics\Operators\BinaryOperatorOverloadResolutionResult.cs (1)
85if (this.Best.HasValue)