1 write to _lazyItems
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionList.cs (1)
83
_lazyItems
= new(() => ItemsList.ToImmutableArrayOrEmpty(), System.Threading.LazyThreadSafetyMode.PublicationOnly);
1 reference to _lazyItems
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionList.cs (1)
26
public ImmutableArray<CompletionItem> Items =>
_lazyItems
.Value;