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