3 references to sourceBlock
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (3)
PersistentStorage\Mocks\SolutionServiceMock.cs (3)
73this.sourceBlock.Post(this.value = initialValue); 79set => this.sourceBlock.Post(this.value = value); 100return this.sourceBlock.LinkTo(actionBlock, new DataflowLinkOptions { PropagateCompletion = true });