2 references to CreateGeneralMatchingArray
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Completion\AbstractCompletionProviderTests.cs (2)
284public static ItemExpectation[] None = CreateGeneralMatchingArray(true); 285public static ItemExpectation[] Any = CreateGeneralMatchingArray(false);