1 instantiation of VisualStudioRuleSetManager
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManagerFactory.cs (1)
35
=> new
VisualStudioRuleSetManager
(_threadingContext, _fileChangeWatcherProvider.Watcher, _listener);
2 references to VisualStudioRuleSetManager
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (2)
21
private readonly
VisualStudioRuleSetManager
_ruleSetManager;
36
public RuleSetFile(string filePath,
VisualStudioRuleSetManager
ruleSetManager)