Implemented interface member:
method
GetOrCreateRuleSet
Microsoft.CodeAnalysis.Workspaces.ProjectSystem.IRuleSetManager.GetOrCreateRuleSet(System.String)
8 references to GetOrCreateRuleSet
Microsoft.VisualStudio.LanguageServices.UnitTests (8)
ProjectSystemShim\VisualStudioRuleSetTests.vb (8)
53
Using visualStudioRuleSet = ruleSetManager.
GetOrCreateRuleSet
(ruleSetPath)
97
Using visualStudioRuleSet = ruleSetManager.
GetOrCreateRuleSet
(ruleSetPath)
145
Using ruleSet1 = ruleSetManager.
GetOrCreateRuleSet
(ruleSetPath)
186
Using ruleSet1 = ruleSetManager.
GetOrCreateRuleSet
(ruleSetPath)
195
Using ruleSet2 = ruleSetManager.
GetOrCreateRuleSet
(ruleSetPath)
231
Using ruleSet1 = ruleSetManager.
GetOrCreateRuleSet
(ruleSetPath)
236
Using ruleSet2 = ruleSetManager.
GetOrCreateRuleSet
(ruleSetPath)
269
Using ruleSet = ruleSetManager.
GetOrCreateRuleSet
(ruleSetPath)