11 references to GetInaccessibleErrorInfo
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder_Delegates.vb (2)
579addressOfExpression.Binder.GetInaccessibleErrorInfo( 712addressOfExpression.Binder.GetInaccessibleErrorInfo(
Binding\Binder_Expressions.vb (3)
714GetInaccessibleErrorInfo(group.Methods.First)) 733GetInaccessibleErrorInfo(group.Properties.First)) 1433ReportDiagnostic(diagnostics, address.MethodGroup.Syntax, GetInaccessibleErrorInfo(address.MethodGroup.Methods(0)))
Binding\Binder_Invocation.vb (2)
838ReportDiagnostic(diagnostics, target, GetInaccessibleErrorInfo(bestResult.Candidate.UnderlyingSymbol)) 1395ReportDiagnostic(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)
2312ReportDiagnostic(diagnostics, node.EventExpression, GetInaccessibleErrorInfo(method))
Symbols\Source\ImplementsHelper.vb (2)
364Binder.ReportDiagnostic(diagBag, implementedMemberSyntax, binder.GetInaccessibleErrorInfo(foundMember)) 377Binder.ReportDiagnostic(diagBag, implementedMemberSyntax, binder.GetInaccessibleErrorInfo(accessorToCheck))