1 instantiation of RuleSetFile
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.cs (1)
33var cacheEntry = _ruleSetFileMap.GetOrCreate(ruleSetFileFullPath, static (ruleSetFileFullPath, self) => new RuleSetFile(ruleSetFileFullPath, self), this);
2 references to RuleSetFile
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.cs (2)
19private readonly ReferenceCountedDisposableCache<string, RuleSetFile> _ruleSetFileMap = new(); 42private void StopTrackingRuleSetFile(RuleSetFile ruleSetFile)