2 references to MatchesPattern
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
IntelliSense\CompletionRulesTests.vb (2)
67
Assert.True(helper.
MatchesPattern
(item, culture), $"Expected item {word} does not match {pattern}")
85
Assert.False(helper.
MatchesPattern
(item, culture), $"Unexpected item {word} matches {pattern}")