2 references to Create
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\RoslynAnalyzers\Utilities\Compiler\Options\AggregateCategorizedAnalyzerConfigOptions.cs (2)
62
globalOptions = new Lazy<SyntaxTreeCategorizedAnalyzerConfigOptions>(() => SyntaxTreeCategorizedAnalyzerConfigOptions.
Create
(analyzerConfigOptionsProvider.GlobalOptions));
78
return SyntaxTreeCategorizedAnalyzerConfigOptions.
Create
(options);