2 references to BindQueryInternal2
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.IdentifierUsedAsValueFinder.cs (1)
335/// Follows the logic of <see cref="Binder.BindQueryInternal2"/>
Binder\Binder_Query.cs (1)
170return IsDegenerateQuery(state) ? FinalTranslation(state, diagnostics) : BindQueryInternal2(state, diagnostics);