3 writes to Value
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (3)
125currentNode.Value = temp.Value; 236this.Value = value; 576currentNode.Value = value;
5 references to Value
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (5)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (5)
125currentNode.Value = temp.Value; 341value = b.Value; 354value = next.Value; 771public readonly V Current => _current!.Value; 877public readonly KeyValuePair<K, V> Current => new(_current!.Key, _current!.Value);