10 references to AnalyzerConfigOptionsProvider
Microsoft.CodeAnalysis (1)
SourceGeneration\GeneratorAdaptor.cs (1)
41.Combine(context.AnalyzerConfigOptionsProvider).Select((p, _) => p.Item1 with { ConfigOptions = p.Item2 })
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineTests.cs (3)
10167ctx.RegisterSourceOutput(ctx.AnalyzerConfigOptionsProvider, (spc, po) => 10173ctx.RegisterSourceOutput(ctx.AnalyzerConfigOptionsProvider.Select((p, _) => { p.GlobalOptions.TryGetValue("a", out var value); return value; }), (spc, value) => 10180ctx.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)
2326ctx.RegisterSourceOutput(ctx.AnalyzerConfigOptionsProvider.Select((p, ct) => 2833ctx.RegisterSourceOutput(ctx.AnalyzerConfigOptionsProvider, (context, ct) => { }); 2963ctx.RegisterSourceOutput(ctx.AnalyzerConfigOptionsProvider, (context, ct) => { }); 3299var source2 = configOptionsProvider = ctx.AnalyzerConfigOptionsProvider;
SourceGeneration\SyntaxAwareGeneratorTests.cs (1)
1750.Combine(context.AnalyzerConfigOptionsProvider)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\CompileTimeSolutionProviderTests.cs (1)
93var isDisabled = context.AnalyzerConfigOptionsProvider.Select(