1 implementation of GetOrCreateRuleSet
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.cs (1)
31
public IReferenceCountedDisposable<ICacheEntry<string, IRuleSetFile>>
GetOrCreateRuleSet
(string ruleSetFileFullPath)
1 reference to GetOrCreateRuleSet
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
161
_ruleSetFile = _workspaceServices.GetService<IRuleSetManager>()?.
GetOrCreateRuleSet
(effectiveRuleSetPath);