2 writes to ForceExpandedCompletionIndexCreation
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Completion\CompletionProviders\ExtensionMethodImportCompletionProviderTests.cs (1)
28ForceExpandedCompletionIndexCreation = true;
Completion\CompletionProviders\TypeImportCompletionProviderTests.cs (1)
29ForceExpandedCompletionIndexCreation = true;
2 references to ForceExpandedCompletionIndexCreation
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Completion\AbstractCompletionProviderTests.cs (2)
71if (ForceExpandedCompletionIndexCreation.HasValue) 72options = options with { ForceExpandedCompletionIndexCreation = ForceExpandedCompletionIndexCreation.Value };