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)
170return IsDegenerateQuery(state) ? FinalTranslation(state, diagnostics) : BindQueryInternal2(state, diagnostics); 204BoundExpression? unoptimized = FinalTranslation(state, BindingDiagnosticBag.Discarded); 210return FinalTranslation(state, diagnostics);