Implemented interface member:
property
IsApplicable
Microsoft.CodeAnalysis.CSharp.IMemberResolutionResultWithPriority<TMember>.IsApplicable
5 references to IsApplicable
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Conversions.cs (1)
1413
Debug.Assert(finalApplicableCandidates.Length != 1 || finalApplicableCandidates[0].
IsApplicable
);
Binder\Binder_Expressions.cs (2)
6709
Debug.Assert(finalApplicableCandidates[0].
IsApplicable
);
10143
Debug.Assert(finalApplicableCandidates[0].
IsApplicable
);
Binder\Binder_Invocation.cs (2)
651
var applicable = overloadResolutionResult.Results.Single(r => r.
IsApplicable
);
812
Debug.Assert(finalApplicableCandidates[0].
IsApplicable
);