Implemented interface member:
property
IsApplicable
Microsoft.CodeAnalysis.CSharp.IMemberResolutionResultWithPriority<TMember>.IsApplicable
4 references to IsApplicable
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (2)
6658
Debug.Assert(finalApplicableCandidates[0].
IsApplicable
);
9767
Debug.Assert(finalApplicableCandidates[0].
IsApplicable
);
Binder\Binder_Invocation.cs (2)
649
var applicable = overloadResolutionResult.Results.Single(r => r.
IsApplicable
);
794
Debug.Assert(finalApplicableCandidates[0].
IsApplicable
);