11 references to GetInaccessibleErrorInfo
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder_Delegates.vb (2)
579
addressOfExpression.Binder.
GetInaccessibleErrorInfo
(
712
addressOfExpression.Binder.
GetInaccessibleErrorInfo
(
Binding\Binder_Expressions.vb (3)
714
GetInaccessibleErrorInfo
(group.Methods.First))
733
GetInaccessibleErrorInfo
(group.Properties.First))
1433
ReportDiagnostic(diagnostics, address.MethodGroup.Syntax,
GetInaccessibleErrorInfo
(address.MethodGroup.Methods(0)))
Binding\Binder_Invocation.vb (2)
838
ReportDiagnostic(diagnostics, target,
GetInaccessibleErrorInfo
(bestResult.Candidate.UnderlyingSymbol))
1395
ReportDiagnostic(diagnostics, If(groupOpt IsNot Nothing, groupOpt.Syntax, node),
GetInaccessibleErrorInfo
(singleCandidate.UnderlyingSymbol))
Binding\Binder_Lookup.vb (1)
226
Return SingleLookupResult.Inaccessible(sym,
GetInaccessibleErrorInfo
(sym))
Binding\Binder_Statements.vb (1)
2312
ReportDiagnostic(diagnostics, node.EventExpression,
GetInaccessibleErrorInfo
(method))
Symbols\Source\ImplementsHelper.vb (2)
364
Binder.ReportDiagnostic(diagBag, implementedMemberSyntax, binder.
GetInaccessibleErrorInfo
(foundMember))
377
Binder.ReportDiagnostic(diagBag, implementedMemberSyntax, binder.
GetInaccessibleErrorInfo
(accessorToCheck))