2 implementations of SetPathsAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveEvaluator.cs (1)
280public Task SetPathsAsync(ImmutableArray<string> referenceSearchPaths, ImmutableArray<string> sourceSearchPaths, string workingDirectory)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
Interactive\TestInteractiveEvaluator.cs (1)
54public Task SetPathsAsync(ImmutableArray<string> referenceSearchPaths, ImmutableArray<string> sourceSearchPaths, string workingDirectory)
1 reference to SetPathsAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\ResetInteractive.cs (1)
110await evaluator.SetPathsAsync(referenceSearchPaths, sourceSearchPaths, projectDirectory).ConfigureAwait(true);