2 writes to value
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
PersistentStorage\Mocks\SolutionServiceMock.cs (2)
73
this.sourceBlock.Post(this.
value
= initialValue);
79
set => this.sourceBlock.Post(this.
value
= value);
1 reference to value
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
PersistentStorage\Mocks\SolutionServiceMock.cs (1)
78
get => this.
value
;