5 writes to _lazyPropertiesAsImmutableDictionary
Microsoft.CodeAnalysis.Features (5)
Completion\CompletionItem.cs (5)
100_lazyPropertiesAsImmutableDictionary = _properties.ToImmutableDictionary(); 205_lazyPropertiesAsImmutableDictionary = _properties.ToImmutableDictionary(); 273result._lazyPropertiesAsImmutableDictionary = properties; 339result._lazyPropertiesAsImmutableDictionary = properties; 452result._lazyPropertiesAsImmutableDictionary = properties;
6 references to _lazyPropertiesAsImmutableDictionary
Microsoft.CodeAnalysis.Features (6)
Completion\CompletionItem.cs (6)
99if (_lazyPropertiesAsImmutableDictionary is null) 102return _lazyPropertiesAsImmutableDictionary; 113if (_lazyPropertiesAsImmutableDictionary is not null) 114return _lazyPropertiesAsImmutableDictionary.TryGetValue(name, out value); 135if (_lazyPropertiesAsImmutableDictionary is not null) 136return _lazyPropertiesAsImmutableDictionary[name];