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