5 references to SelectMany
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
AbstractResxGenerator.cs (1)
52
var resourceFilesToGenerateSource = resourceFiles.Combine(context.AnalyzerConfigOptionsProvider.Combine(compilationInformation)).
SelectMany
(
Microsoft.Interop.ComInterfaceGenerator (3)
ComInterfaceGenerator.cs (3)
83
.
SelectMany
(static (data, ct) =>
97
.
SelectMany
((data, ct) => data)
134
.
SelectMany
((data, ct) => data.DeclaredMethods.SelectMany(m => m.ManagedToUnmanagedStub.Diagnostics).Union(data.DeclaredMethods.SelectMany(m => m.UnmanagedToManagedStub.Diagnostics))));
Microsoft.Interop.SourceGeneration (1)
DiagnosticOr.cs (1)
132
var diagnostics = provider.
SelectMany
((arr, ct) => arr.Where(x => x.HasDiagnostic).SelectMany((x, ct) => x.Diagnostics));