2 writes to Value
IdeCoreBenchmarks (2)
SolutionServiceMock.cs (2)
33
set => this.openContainerObservable.
Value
= this.openContainerObservable.Value with { SolutionFilePath = value };
64
internal void SimulateFolderChange(IReadOnlyList<Uri> folderPaths) => this.openContainerObservable.
Value
= this.openContainerObservable.Value with { OpenFolderPaths = folderPaths };
4 references to Value
IdeCoreBenchmarks (4)
SolutionServiceMock.cs (4)
32
get => this.openContainerObservable.
Value
.SolutionFilePath;
33
set => this.openContainerObservable.Value = this.openContainerObservable.
Value
with { SolutionFilePath = value };
44
public Task<OpenCodeContainersState> GetOpenCodeContainersStateAsync(CancellationToken cancellationToken) => Task.FromResult(this.openContainerObservable.
Value
);
64
internal void SimulateFolderChange(IReadOnlyList<Uri> folderPaths) => this.openContainerObservable.Value = this.openContainerObservable.
Value
with { OpenFolderPaths = folderPaths };