2 implementations of FilePath
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (1)
84public string FilePath { get; }
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\MockRuleSetFile.vb (1)
22Public ReadOnly Property FilePath As String Implements IRuleSetFile.FilePath
3 references to FilePath
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (2)
140return _ruleSetFile?.Target.Value.FilePath; 173if (_ruleSetFile?.Target.Value.FilePath != effectiveRuleSetPath)
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\MockRuleSetFile.vb (1)
22Public ReadOnly Property FilePath As String Implements IRuleSetFile.FilePath