3 references to VisitAndCheckReceiver
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
6554return VisitAndCheckReceiver(node.ReceiverOpt, node.Method); 10953TypeWithState receiverType = VisitAndCheckReceiver(node.Operand, instanceMethod); 11131TypeWithState receiverType = VisitAndCheckReceiver(node.Left, instanceMethod);