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