3 references to SelectMany
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithSimpleName.cs (1)
66.SelectMany((compilation, cancellationToken) => GetSourceGeneratorInfo(syntaxHelper, compilation, cancellationToken))
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceGenerator.cs (1)
129.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));