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