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