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