1 instantiation of RuleSetFile
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.cs (1)
33
var 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)
19
private readonly ReferenceCountedDisposableCache<string,
RuleSetFile
> _ruleSetFileMap = new();
42
private void StopTrackingRuleSetFile(
RuleSetFile
ruleSetFile)