8 references to GetInaccessibleErrorInfo
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_Delegates.vb (2)
579
addressOfExpression.Binder.
GetInaccessibleErrorInfo
(
709
addressOfExpression.Binder.
GetInaccessibleErrorInfo
(
Binding\Binder_Invocation.vb (2)
838
ReportDiagnostic(diagnostics, target,
GetInaccessibleErrorInfo
(bestResult.Candidate.UnderlyingSymbol))
1393
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)
2341
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))