2 references to BindMemberOfType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.IdentifierUsedAsValueFinder.cs (1)
248
/// Follows the logic of <see cref="Binder.BindInstanceMemberAccess"/> and <see cref="Binder.
BindMemberOfType
"/>
Binder\Binder_Expressions.cs (1)
7962
return
BindMemberOfType
(node, right, rightName, rightArity, indexed, boundLeft, typeArgumentsSyntax, typeArgumentsWithAnnotations, lookupResult, flags, diagnostics);