3 writes to _value
Microsoft.CodeAnalysis.Workspaces (3)
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (3)
31
_value
= default;
40
_value
= (V)v._value;
46
_value
= default;
1 reference to _value
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
73
return _count > 1 ? _values.Current :
_value
;