10 references to SelectMany
Microsoft.AspNetCore.Http.ValidationsGenerator (2)
Extensions\IncrementalValuesProviderExtensions.cs (2)
18.SelectMany((values, cancellationToken) => 46.SelectMany((tuple, _) =>
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithSimpleName.cs (1)
66.SelectMany((compilation, cancellationToken) => GetSourceGeneratorInfo(syntaxHelper, compilation, cancellationToken))
Microsoft.Interop.ComInterfaceGenerator (2)
ComInterfaceGenerator.cs (2)
63.SelectMany(ComInterfaceContext.GetContexts); 115.SelectMany((data, ct) => GroupComContextsForInterfaceGeneration(data.Left, data.Right, ct));
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportGenerator.cs (1)
64context.RegisterDiagnostics(stubEnvironment.Combine(attributedMethods.Collect()).SelectMany((data, ct) =>
JSImportGenerator.cs (1)
65context.RegisterDiagnostics(stubEnvironment.Combine(attributedMethods.Collect()).SelectMany((data, ct) =>
Microsoft.Interop.LibraryImportGenerator (1)
LibraryImportGenerator.cs (1)
75.SelectMany((data, ct) =>
Microsoft.Interop.SourceGeneration (2)
IncrementalValuesProviderExtensions.cs (2)
17.SelectMany((data, ct) => 57return first.Collect().Combine(second.Collect()).SelectMany((data, ct) => data.Left.AddRange(data.Right));