8 references to AnalyzerConfigFiles
Microsoft.Build.Tasks.CodeAnalysis.Sdk (8)
src\Compilers\Core\MSBuildTask\Csc.cs (2)
598
CheckHostObjectSupport(param = nameof(
AnalyzerConfigFiles
), analyzerConfigFilesHostObject.SetAnalyzerConfigFiles(
AnalyzerConfigFiles
));
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (4)
171
set { _store[nameof(
AnalyzerConfigFiles
)] = value; }
172
get { return (ITaskItem[]?)_store[nameof(
AnalyzerConfigFiles
)]; }
1008
if (
AnalyzerConfigFiles
!= null)
1010
foreach (ITaskItem analyzerConfigFile in
AnalyzerConfigFiles
)
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
829
CheckHostObjectSupport(param = nameof(
AnalyzerConfigFiles
), analyzerConfigFilesHostObject.SetAnalyzerConfigFiles(
AnalyzerConfigFiles
));