2 writes to Key
GenerateDocumentationAndConfigFiles (2)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (2)
126currentNode.Key = temp.Key; 235this.Key = key;
6 references to Key
GenerateDocumentationAndConfigFiles (6)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (6)
126currentNode.Key = temp.Key; 339if (CompareKeys(b.Key, key)) 352if (CompareKeys(key, next.Key)) 569if (CompareKeys(currentNode.Key, key)) 653public readonly K Current => _current!.Key; 877public readonly KeyValuePair<K, V> Current => new(_current!.Key, _current!.Value);