4 references to FinalTranslation
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder.IdentifierUsedAsValueFinder.cs (1)
353
/// Follows the logic of <see cref="Binder.
FinalTranslation
"/>
Binder\Binder_Query.cs (3)
170
return IsDegenerateQuery(state) ?
FinalTranslation
(state, diagnostics) : BindQueryInternal2(state, diagnostics);
204
BoundExpression? unoptimized =
FinalTranslation
(state, BindingDiagnosticBag.Discarded);
210
return
FinalTranslation
(state, diagnostics);