1 write to ExplicitRuleSetFilePath
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject_IAnalyzerHost.cs (1)
35
ProjectSystemProjectOptionsProcessor.
ExplicitRuleSetFilePath
= ruleSetFileFullPath;
2 references to ExplicitRuleSetFilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
171
var effectiveRuleSetPath =
ExplicitRuleSetFilePath
?? _commandLineArgumentsForCommandLine.RuleSetPath;
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
ProjectSystemShim\LegacyProject\AnalyzersTests.cs (1)
151
var projectRuleSetFile = project.ProjectSystemProjectOptionsProcessor.
ExplicitRuleSetFilePath
;