1 write to _dict
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
627
_dict
= dict;
1 reference to _dict
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
694
return new Enumerator(
_dict
);