18 references to Binder
Microsoft.CodeAnalysis.VisualBasic (18)
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) 692addressOfExpression.Binder.CheckMemberTypeAccessibility(diagnostics, addressOfOperandSyntax, targetMethodSymbol) 709addressOfExpression.Binder.GetInaccessibleErrorInfo(
BoundTree\BoundAddressOfOperator.vb (2)
23''' <returns>The <see cref="Binder.DelegateResolutionResult">Binder.DelegateResolutionResult</see> for the conversion 38delegateResolutionResult = Binder.InterpretDelegateBinding(Me, targetType, isForHandles:=False)
Generated\BoundNodes.xml.Generated.vb (3)
1915If binder IsNot Me.Binder OrElse withDependencies <> Me.WithDependencies OrElse methodGroup IsNot Me.MethodGroup Then 12258Return node.Update(node.Binder, node.WithDependencies, methodGroup) 13419New TreeDumperNode("binder", node.Binder, Nothing),
Semantics\TypeInference\TypeArgumentInference.vb (2)
1035AddAddressOfToGraph(argNode, DirectCast(argument, BoundAddressOfOperator).Binder) 1946(addrOf.Binder.OptionStrict = OptionStrict.On AndAlso Conversions.IsNarrowingMethodConversion(methodConversions, isForAddressOf:=True)) Then