8 references to SelectMany
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
SourceGeneration\GeneratorDriverFuzzTests.cs (2)
126return Source.Apply(provider).SelectMany((additionalText, _) => 551.SelectMany((additionalText, _) => new (bool TransformAs, bool TransformCs)[] {
SourceGeneration\GeneratorDriverTests_Attributes_FullyQualifiedName.cs (1)
27(node, _) => node is T).SelectMany((t, _) => t.matches.Cast<T>()).WithTrackingName("result_ForAttribute");
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
AbstractResxGenerator.cs (1)
53var resourceFilesToGenerateSource = resourceFiles.Combine(context.AnalyzerConfigOptionsProvider.Combine(compilationInformation)).SelectMany(
Microsoft.Interop.ComInterfaceGenerator (3)
ComInterfaceGenerator.cs (3)
84.SelectMany(static (data, ct) => 98.SelectMany((data, ct) => data) 141.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)
132var diagnostics = provider.SelectMany((arr, ct) => arr.Where(x => x.HasDiagnostic).SelectMany((x, ct) => x.Diagnostics));