7 references to HasValue
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Operators.cs (6)
124if (!best.HasValue) 712if (!best.HasValue) 977if (!best.HasValue) 1343if (possiblyBest.HasValue) 1359resultKind = possiblyBest.HasValue ? LookupResultKind.Viable : LookupResultKind.Empty; 1362if (possiblyBest is { HasValue: true, Signature: { Method: { } bestMethod } })
Binder\Semantics\Operators\BinaryOperatorOverloadResolutionResult.cs (1)
85if (this.Best.HasValue)