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