7 references to CodeAnalysisRuleSet
Microsoft.Build.Tasks.CodeAnalysis (7)
Csc.cs (2)
542
CheckHostObjectSupport(param = nameof(
CodeAnalysisRuleSet
), analyzerHostObject.SetRuleSet(
CodeAnalysisRuleSet
));
ManagedCompiler.cs (3)
116
set { _store[nameof(
CodeAnalysisRuleSet
)] = value; }
117
get { return (string?)_store[nameof(
CodeAnalysisRuleSet
)]; }
921
commandLine.AppendSwitchIfNotNull("/ruleset:",
CodeAnalysisRuleSet
);
Vbc.cs (2)
823
CheckHostObjectSupport(param = nameof(
CodeAnalysisRuleSet
), analyzerHostObject.SetRuleSet(
CodeAnalysisRuleSet
));