43 references to Select
Microsoft.AspNetCore.App.SourceGenerators (6)
Microsoft.AspNetCore.Http.RequestDelegateGenerator (3)
Microsoft.CodeAnalysis (8)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
SourceGeneration\GeneratorDriverTests.cs (8)
1687ctx.RegisterSourceOutput(ctx.CompilationProvider.Select((c, ct) => c).WithTrackingName("IdentityTransform"), (spc, c) => { });
1734ctx.RegisterSourceOutput(ctx.CompilationProvider.Select((c, ct) => c).WithTrackingName("CompilationTransform"), (spc, c) => { });
1992.Select((x, ct) => x)
2466var step1 = ctx.CompilationProvider.Select((c, ct) => { generatorCancelled = true; cts.Cancel(); return c; });
2467var step2 = step1.Select((c, ct) => { ct.ThrowIfCancellationRequested(); return c; });
2620ctx.RegisterSourceOutput(ctx.AnalyzerConfigOptionsProvider.Select((p, ct) =>
3540var nullArray = ctx.CompilationProvider.Select((c, _) => null as object[]);
3950var transform = source.Select((a, _) => { wasCalled = true; return new object(); });
Microsoft.CodeAnalysis.Features.UnitTests (1)
Microsoft.Interop.ComInterfaceGenerator (1)
Microsoft.Interop.JavaScript.JSImportGenerator (3)
Microsoft.Interop.LibraryImportGenerator (2)
Microsoft.Interop.SourceGeneration (4)
Microsoft.Maui.Controls.SourceGen (2)
System.Windows.Forms.Analyzers.CSharp (2)