3 references to IsPotentialColorColorReceiver
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.IdentifierUsedAsValueFinder.cs (1)
244
return memberAccessNode is not null && enclosingBinder.
IsPotentialColorColorReceiver
(id, type);
Binder\Binder_Expressions.cs (2)
7479
Debug.Assert(
IsPotentialColorColorReceiver
(left, leftType));
7490
Debug.Assert(!
IsPotentialColorColorReceiver
(left, leftType));