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