2 references to Insert
Roslyn.Diagnostics.Analyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (2)
194
Insert
(GetHashCode(key), key, value, add: true);
210
set => this.
Insert
(GetHashCode(key), key, value, add: false);