1 write to AllowExpandedItemsWhileExclusive
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\CrefCompletionProvider.cs (1)
79context.AllowExpandedItemsWhileExclusive = true;
1 reference to AllowExpandedItemsWhileExclusive
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionService_GetCompletions.cs (1)
110if (exclusiveContexts.All(static t => t.AllowExpandedItemsWhileExclusive))