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