2 references to ComputeModelAndSelectItemAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
NavigationBar\NavigationBarController_ModelComputation.cs (2)
51
return await
ComputeModelAndSelectItemAsync
(frozenPartialSemantics: false, linkedTokenSource.Token).ConfigureAwait(false);
61
var model = await
ComputeModelAndSelectItemAsync
(frozenPartialSemantics: true, cancellationToken).ConfigureAwait(false);