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