4 references to IsBadBaseAccess
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder.ValueChecks.cs (2)
1814
if (
IsBadBaseAccess
(node, receiver, setMethod, diagnostics, propertySymbol) ||
1858
if (
IsBadBaseAccess
(node, receiver, getMethod, diagnostics, propertySymbol) ||
Binder\Binder_Conversions.cs (1)
2597
if (!
IsBadBaseAccess
(node, receiverOpt, methodSymbol, diagnostics))
Binder\Binder_Expressions.cs (1)
8984
if (!
IsBadBaseAccess
(node, receiver, fieldSymbol, diagnostics))