2 references to Insert
GenerateDocumentationAndConfigFiles (2)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (2)
195Insert(GetHashCode(key), key, value, add: true); 211set => this.Insert(GetHashCode(key), key, value, add: false);