5 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 (1)
ComInterfaceGenerator.cs (1)
191.SelectMany(static (data, ct) => data.DeclaredMethods.SelectMany(m => m.ManagedToUnmanagedStub.Diagnostics).Union(data.DeclaredMethods.SelectMany(m => m.UnmanagedToManagedStub.Diagnostics))));