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