2 writes to SingleReader
Microsoft.CodeAnalysis.Threading.Package (2)
ProducerConsumerOptions.cs (2)
19public static readonly ProducerConsumerOptions SingleReaderOptions = new() { SingleReader = true }; 25public static readonly ProducerConsumerOptions SingleReaderWriterOptions = new() { SingleReader = true, SingleWriter = true };
1 reference to SingleReader
Microsoft.CodeAnalysis.Threading.Package (1)
ProducerConsumer.cs (1)
328SingleReader = options.SingleReader,