1 implementation of FilePath
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (1)
82
public string
FilePath
{ get; }
2 references to FilePath
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (2)
113
return _ruleSetFile?.Target.Value.
FilePath
;
152
if (_ruleSetFile?.Target.Value.
FilePath
!= effectiveRuleSetPath)