17 references to Binder
Microsoft.CodeAnalysis.VisualBasic (17)
Binding\Binder_Delegates.vb (11)
271If addressOfExpression.Binder.CheckSharedSymbolAccess(addressOfExpression.Syntax, 321addressOfExpression.Binder.ReportDiagnosticsIfObsoleteOrNotSupported(diagnostics, fromMethod, addressOfExpression.MethodGroup.Syntax) 448syntaxTree = addressOfExpression.Binder.SyntaxTree 488If addressOfExpression.Binder.OptionStrict <> VisualBasic.OptionStrict.Off Then 489resolutionBinder = New OptionStrictOffBinder(addressOfExpression.Binder) 491resolutionBinder = addressOfExpression.Binder 496Dim useSiteInfo = addressOfExpression.Binder.GetNewCompoundUseSiteInfo(diagnostics) 579addressOfExpression.Binder.GetInaccessibleErrorInfo( 635Dim useSiteInfo = addressOfExpression.Binder.GetNewCompoundUseSiteInfo(diagnostics) 695addressOfExpression.Binder.CheckMemberTypeAccessibility(diagnostics, addressOfOperandSyntax, targetMethodSymbol) 712addressOfExpression.Binder.GetInaccessibleErrorInfo(
BoundTree\BoundAddressOfOperator.vb (1)
23''' <returns>The <see cref="Binder.DelegateResolutionResult">Binder.DelegateResolutionResult</see> for the conversion
Generated\BoundNodes.xml.Generated.vb (3)
1896If binder IsNot Me.Binder OrElse withDependencies <> Me.WithDependencies OrElse methodGroup IsNot Me.MethodGroup Then 12224Return node.Update(node.Binder, node.WithDependencies, methodGroup) 13382New TreeDumperNode("binder", node.Binder, Nothing),
Semantics\TypeInference\TypeArgumentInference.vb (2)
1039AddAddressOfToGraph(argNode, DirectCast(argument, BoundAddressOfOperator).Binder) 1950(addrOf.Binder.OptionStrict = OptionStrict.On AndAlso Conversions.IsNarrowingMethodConversion(methodConversions, isForAddressOf:=True)) Then