6 references to SelectMany
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithSimpleName.cs (1)
66.SelectMany((compilation, cancellationToken) => GetSourceGeneratorInfo(syntaxHelper, compilation, cancellationToken))
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportGenerator.cs (1)
64context.RegisterDiagnostics(stubEnvironment.Combine(attributedMethods.Collect()).SelectMany((data, ct) =>
JSImportGenerator.cs (1)
62context.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));