4 references to IsBadBaseAccess
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder.ValueChecks.cs (2)
2088
if (
IsBadBaseAccess
(node, receiver, setMethod, diagnostics, propertySymbol) ||
2133
if (
IsBadBaseAccess
(node, receiver, getMethod, diagnostics, propertySymbol) ||
Binder\Binder_Conversions.cs (1)
3217
if (!
IsBadBaseAccess
(node, receiverOpt, methodSymbol, diagnostics))
Binder\Binder_Expressions.cs (1)
9210
if (!
IsBadBaseAccess
(node, receiver, fieldSymbol, diagnostics))