2 references to _ruleSetFileMap
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.cs (2)
33
var cacheEntry =
_ruleSetFileMap
.GetOrCreate(ruleSetFileFullPath, static (ruleSetFileFullPath, self) => new RuleSetFile(ruleSetFileFullPath, self), this);
55
_ruleSetFileMap
.Evict(ruleSetFile.FilePath);