1 write to ExplicitRuleSetFilePath
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject_IAnalyzerHost.cs (1)
34
ProjectSystemProjectOptionsProcessor.
ExplicitRuleSetFilePath
= ruleSetFileFullPath;
2 references to ExplicitRuleSetFilePath
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProjectSystemProjectOptionsProcessor.cs (1)
41
=>
ExplicitRuleSetFilePath
?? base.GetEffectiveRulesetFilePath();
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
ProjectSystemShim\LegacyProject\AnalyzersTests.cs (1)
154
var projectRuleSetFile = project.ProjectSystemProjectOptionsProcessor.
ExplicitRuleSetFilePath
;