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