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