8 references to GetInaccessibleErrorInfo
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_Delegates.vb (2)
579addressOfExpression.Binder.GetInaccessibleErrorInfo( 709addressOfExpression.Binder.GetInaccessibleErrorInfo(
Binding\Binder_Invocation.vb (2)
838ReportDiagnostic(diagnostics, target, GetInaccessibleErrorInfo(bestResult.Candidate.UnderlyingSymbol)) 1393ReportDiagnostic(diagnostics, If(groupOpt IsNot Nothing, groupOpt.Syntax, node), GetInaccessibleErrorInfo(singleCandidate.UnderlyingSymbol))
Binding\Binder_Lookup.vb (1)
226Return SingleLookupResult.Inaccessible(sym, GetInaccessibleErrorInfo(sym))
Binding\Binder_Statements.vb (1)
2341ReportDiagnostic(diagnostics, node.EventExpression, GetInaccessibleErrorInfo(method))
Symbols\Source\ImplementsHelper.vb (2)
364Binder.ReportDiagnostic(diagBag, implementedMemberSyntax, binder.GetInaccessibleErrorInfo(foundMember)) 377Binder.ReportDiagnostic(diagBag, implementedMemberSyntax, binder.GetInaccessibleErrorInfo(accessorToCheck))