5 references to And
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (5)
EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests_BasicTests.cs (5)
15309Test($@"@""{And(".*[0-9].*[0-9].*", ".*[A-Z].*[A-Z].*", Not(".*(01|12).*"))}""", @"<Tree> 15580Test($@"@""{And(".*a.*", ".*b.*")}""", @"<Tree> 15671Test($@"@""{And(".*[a-z].*", ".*[A-Z].*", ".*[0-9].*", ".{2,4}")}""", @"<Tree> 15901Test($@"@""{And(".*[a-z].*", ".*[A-Z].*", ".*[0-9].*", ".{4,8}", 16310var all = And(twoLower, twoUpper, threeDigits, oneSpecial, Not_countUp, Not_countDown, length, contains_first_P_and_then_r);