49 references to Select
Microsoft.AspNetCore.App.SourceGenerators (1)
Microsoft.AspNetCore.Http.RequestDelegateGenerator (3)
Microsoft.AspNetCore.OpenApi.SourceGenerators (3)
Microsoft.CodeAnalysis (8)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (9)
SourceGeneration\GeneratorDriverTests.cs (9)
1547var name = ctx.CompilationProvider.Select((c, _) => new ThrowWhenEqualsItem(e));
1739ctx.RegisterSourceOutput(ctx.CompilationProvider.Select((c, ct) => c).WithTrackingName("IdentityTransform"), (spc, c) => { });
1786ctx.RegisterSourceOutput(ctx.CompilationProvider.Select((c, ct) => c).WithTrackingName("CompilationTransform"), (spc, c) => { });
2044.Select((x, ct) => x)
2602var step1 = ctx.CompilationProvider.Select((c, ct) => { generatorCancelled = true; cts.Cancel(); return c; });
2603var step2 = step1.Select((c, ct) => { ct.ThrowIfCancellationRequested(); return c; });
2756ctx.RegisterSourceOutput(ctx.AnalyzerConfigOptionsProvider.Select((p, ct) =>
3676var nullArray = ctx.CompilationProvider.Select((c, _) => null as object[]);
4128var transform = source.Select((a, _) => { wasCalled = true; return new object(); });
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
Microsoft.Extensions.Logging.Generators (1)
Microsoft.Gen.BuildMetadata (1)
Microsoft.Interop.ComInterfaceGenerator (3)
Microsoft.Interop.JavaScript.JSImportGenerator (3)
Microsoft.Interop.LibraryImportGenerator (1)
Microsoft.Interop.SourceGeneration (4)
Microsoft.Maui.Controls.SourceGen (2)
System.Private.CoreLib.Generators (1)
System.Text.Json.SourceGeneration (1)
System.Windows.Forms.Analyzers.CSharp (3)