1 implementation of SetPathsAsync
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveEvaluator.cs (1)
285public Task SetPathsAsync(ImmutableArray<string> referenceSearchPaths, ImmutableArray<string> sourceSearchPaths, string workingDirectory)
1 reference to SetPathsAsync
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\ResetInteractive.cs (1)
111await evaluator.SetPathsAsync(referenceSearchPaths, sourceSearchPaths, projectDirectory).ConfigureAwait(true);