1 override of GetEffectiveRulesetFilePath
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProjectSystemProjectOptionsProcessor.cs (1)
40
protected override string?
GetEffectiveRulesetFilePath
()
3 references to GetEffectiveRulesetFilePath
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (2)
76
return
GetEffectiveRulesetFilePath
() != null;
150
var effectiveRuleSetPath =
GetEffectiveRulesetFilePath
();
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProjectSystemProjectOptionsProcessor.cs (1)
41
=> ExplicitRuleSetFilePath ?? base.
GetEffectiveRulesetFilePath
();