1 write to _properties
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionItem.cs (1)
200
_properties
= properties.NullToEmpty();
7 references to _properties
Microsoft.CodeAnalysis.Features (7)
Completion\CompletionItem.cs (7)
100
_lazyPropertiesAsImmutableDictionary =
_properties
.ToImmutableDictionary();
108
return
_properties
;
116
foreach ((var propName, var propValue) in
_properties
)
201
if (
_properties
.Length > 10)
205
_lazyPropertiesAsImmutableDictionary =
_properties
.ToImmutableDictionary();
363
var newProperties = properties.HasValue ? properties.Value :
_properties
;
375
newProperties ==
_properties
&&