14 references to AnalyzerConfigOptionsProvider
Microsoft.CodeAnalysis (1)
SourceGeneration\GeneratorAdaptor.cs (1)
53.Combine(context.AnalyzerConfigOptionsProvider).Select((p, _) => p.Item1 with { ConfigOptions = p.Item2 })
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineTests.cs (3)
10395ctx.RegisterSourceOutput(ctx.AnalyzerConfigOptionsProvider, (spc, po) => 10401ctx.RegisterSourceOutput(ctx.AnalyzerConfigOptionsProvider.Select((p, _) => { p.GlobalOptions.TryGetValue("a", out var value); return value; }), (spc, value) => 10408ctx.RegisterSourceOutput(ctx.AnalyzerConfigOptionsProvider.Combine(syntaxTreeInput).Select((p, _) => { p.Left.GetOptions(p.Right).TryGetValue("a", out var value); return value; }), (spc, value) =>
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
SourceGeneration\GeneratorDriverTests.cs (4)
2750ctx.RegisterSourceOutput(ctx.AnalyzerConfigOptionsProvider.Select((p, ct) => 3283ctx.RegisterSourceOutput(ctx.AnalyzerConfigOptionsProvider, (context, ct) => { }); 3417ctx.RegisterSourceOutput(ctx.AnalyzerConfigOptionsProvider, (context, ct) => { }); 4064var source2 = configOptionsProvider = ctx.AnalyzerConfigOptionsProvider;
SourceGeneration\SyntaxAwareGeneratorTests.cs (1)
1745.Combine(context.AnalyzerConfigOptionsProvider)
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\CompileTimeSolutionProviderTests.cs (1)
85var isDisabled = context.AnalyzerConfigOptionsProvider.Select(
Microsoft.Interop.LibraryImportGenerator (1)
LibraryImportGenerator.cs (1)
65IncrementalValueProvider<LibraryImportGeneratorOptions> stubOptions = context.AnalyzerConfigOptionsProvider
Microsoft.Maui.Controls.SourceGen (1)
CodeBehindGenerator.cs (1)
43 .Combine(initContext.AnalyzerConfigOptionsProvider)
System.Private.CoreLib.Generators (1)
ProductVersionInfoGenerator.cs (1)
15IncrementalValueProvider<string?> informationalVersionProvider = context.AnalyzerConfigOptionsProvider.Select((options, _) =>
System.Windows.Forms.Analyzers.CSharp (1)
System\Windows\Forms\CSharp\Generators\ApplicationConfiguration\ApplicationConfigurationGenerator.cs (1)
82= ProjectFileReader.ReadApplicationConfig(context.AnalyzerConfigOptionsProvider);