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