9 references to AnalyzerConfigOptionsProvider
Microsoft.CodeAnalysis (2)
SourceGeneration\GeneratorAdaptor.cs (1)
54.Combine(context.AnalyzerConfigOptionsProvider).Select((p, _) => p.Item1 with { ConfigOptions = p.Item2 })
SourceGeneration\IncrementalContexts.cs (1)
83/// Gets an <see cref="IncrementalValueProvider{T}"/> that provides access to the <see cref="AnalyzerConfigOptionsProvider"/> for the compilation.
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\RazorSourceGenerator.cs (1)
40var analyzerConfigOptions = context.AnalyzerConfigOptionsProvider;
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
AbstractResxGenerator.cs (1)
53var resourceFilesToGenerateSource = resourceFiles.Combine(context.AnalyzerConfigOptionsProvider.Combine(compilationInformation)).SelectMany(
Microsoft.Gen.BuildMetadata (1)
BuildMetadataGenerator.cs (1)
21var buildPropertiesPipeline = context.AnalyzerConfigOptionsProvider.Select((provider, ct) =>
Microsoft.Interop.LibraryImportGenerator (1)
LibraryImportGenerator.cs (1)
55IncrementalValueProvider<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);