4 references to ContainsCaseInsensitive
System.CommandLine (4)
Command.cs (3)
297
if (completion.Label.
ContainsCaseInsensitive
(textToMatch))
341
if (identifier.Name.
ContainsCaseInsensitive
(textToMatch))
350
if (alias.
ContainsCaseInsensitive
(textToMatch))
Option.cs (1)
140
if (completion.Label.
ContainsCaseInsensitive
(context.WordToComplete))