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