5 references to SelectMany
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
src\Shared\RoslynUtils\IncrementalValuesProviderExtensions.cs (1)
16return source.Collect().SelectMany((values, _) =>
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
SourceGeneration\GeneratorDriverTests.cs (1)
3525var flatArray = nullArray.SelectMany((a, _) => a!);
Microsoft.Interop.ComInterfaceGenerator (2)
VtableIndexStubGenerator.cs (2)
112.SelectMany(static (syntaxContexts, ct) => syntaxContexts.Distinct()) 123.SelectMany(static (data, ct) => data.GroupBy(stub => stub.ContainingSyntaxContext))
System.Windows.Forms.PrivateSourceGenerators (1)
System\Windows\Forms\SourceGenerators\EnumValidationGenerator.cs (1)
74IncrementalValuesProvider<EnumValidationInfo> enumsToValidate = context.CompilationProvider.Combine(argumentsToValidate.Collect()).SelectMany(