6 references to SelectMany
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithSimpleName.cs (1)
66.SelectMany((compilation, cancellationToken) => GetSourceGeneratorInfo(syntaxHelper, compilation, cancellationToken))
Microsoft.Extensions.Validation.ValidationsGenerator (3)
Extensions\IncrementalValuesProviderExtensions.cs (3)
18.SelectMany((values, cancellationToken) => 46.SelectMany((tuple, _) => 72.SelectMany((tuple, _) =>
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceGenerator.cs (1)
143.SelectMany(static (data, ct) =>
Microsoft.Interop.SourceGeneration (1)
IncrementalValuesProviderExtensions.cs (1)
37return first.Collect().Combine(second.Collect()).SelectMany(static (data, ct) => data.Left.AddRange(data.Right));