2 writes to value
IdeCoreBenchmarks (2)
SolutionServiceMock.cs (2)
73this.sourceBlock.Post(this.value = initialValue); 79set => this.sourceBlock.Post(this.value = value);
1 reference to value
IdeCoreBenchmarks (1)
SolutionServiceMock.cs (1)
78get => this.value;