5 references to IsValid
Microsoft.CodeAnalysis.CSharp (5)
Binder\Semantics\Operators\UnaryOperatorAnalysisResult.cs (1)
34bool IMemberResolutionResultWithPriority<MethodSymbol>.IsApplicable => IsValid;
Binder\Semantics\Operators\UnaryOperatorOverloadResolutionResult.cs (4)
26if (result.IsValid) 40if (result.IsValid) 61if (result.IsValid) 63if (best.IsValid)