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