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(); 108return _properties; 116foreach ((var propName, var propValue) in _properties) 201if (_properties.Length > 10) 205_lazyPropertiesAsImmutableDictionary = _properties.ToImmutableDictionary(); 363var newProperties = properties.HasValue ? properties.Value : _properties; 375newProperties == _properties &&