Closed
Description
I spotted a new analyser being dogfooded in dotnet/runtime#70157 that suggests using TryGetValue()
on dictionaries over ContainsKey()
& the indexer.
I've spotted a few uses of the latter pattern in the repo from time to time, so it would be good to enable that analyser and fix-up any warnings from it once the relevant change has been ingested into this repo.