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