2 writes to AnalyzerConfigPaths
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1603
AnalyzerConfigPaths
= analyzerConfigPaths.ToImmutableAndFree(),
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1518
.
AnalyzerConfigPaths
= analyzerConfigPaths.ToImmutableAndFree(),
5 references to AnalyzerConfigPaths
Microsoft.CodeAnalysis (4)
CommandLine\CommonCompiler.cs (4)
915
if (Arguments.
AnalyzerConfigPaths
.Length > 0)
917
if (!TryGetAnalyzerConfigSet(Arguments.
AnalyzerConfigPaths
, diagnostics, out analyzerConfigSet))
1069
if (Arguments.
AnalyzerConfigPaths
.Length > 0)
1158
bool hasAnalyzerConfigs = !Arguments.
AnalyzerConfigPaths
.IsEmpty;
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\CommandLineProject.cs (1)
140
analyzerConfigDocuments: CreateDocuments(commandLineArguments.
AnalyzerConfigPaths
.SelectAsArray(p => new CommandLineSourceFile(p, isScript: false))),