2 references to Argument_NonGreedyNotSupported
System.Threading.Tasks.Dataflow (2)
Blocks\BatchedJoinBlock.cs (2)
59if (!dataflowBlockOptions.Greedy) throw new ArgumentException(SR.Argument_NonGreedyNotSupported, nameof(dataflowBlockOptions)); 310throw new ArgumentException(SR.Argument_NonGreedyNotSupported, nameof(dataflowBlockOptions));