1 write to FilePath
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (1)
38
FilePath
= filePath;
4 references to FilePath
Microsoft.VisualStudio.LanguageServices (4)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.cs (1)
57
_ruleSetFileMap.Evict(ruleSetFile.
FilePath
);
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (3)
55
includes = RuleSet.GetEffectiveIncludesFromFile(
FilePath
);
66
includes = [
FilePath
];
131
var effectiveRuleset = RuleSet.LoadEffectiveRuleSetFromFile(
FilePath
);