2 writes to _projectToRuleSetFilePath
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\VisualStudioWorkspaceImpl.cs (2)
244
Contract.ThrowIfFalse(ImmutableInterlocked.TryAdd(ref
_projectToRuleSetFilePath
, project.Id, ruleSetFilePathFunc));
1562
ImmutableInterlocked.TryRemove(ref
_projectToRuleSetFilePath
, project.Id, out _);
1 reference to _projectToRuleSetFilePath
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
279
if (
_projectToRuleSetFilePath
.TryGetValue(projectId, out var ruleSetPathFunc))