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