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