Implemented interface member:
property
FilePath
Microsoft.CodeAnalysis.Workspaces.ProjectSystem.IRuleSetFile.FilePath
1 write to FilePath
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (1)
40
FilePath
= filePath;
4 references to FilePath
Microsoft.VisualStudio.LanguageServices (4)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.cs (1)
58
_ruleSetFileMap.Evict(ruleSetFile.
FilePath
);
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (3)
57
includes = RuleSet.GetEffectiveIncludesFromFile(
FilePath
);
68
includes = ImmutableArray.Create(
FilePath
);
133
var effectiveRuleset = RuleSet.LoadEffectiveRuleSetFromFile(
FilePath
);