14 references to Match
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (14)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexPatternDetectorTests.cs (14)
53=> Match("lang=regex"); 69=> Match("lang=regexp"); 73=> Match("language=regex"); 77=> Match("language=regexp"); 85=> Match("lang = regex"); 89=> Match(" lang=regex "); 93=> Match(" lang = regex "); 97=> Match("lang=regex p"); 101=> Match("lang=regex."); 121=> Match("lang=regex,ecmascript", RegexOptions.ECMAScript); 125=> Match("lang=regex , ecmascript", RegexOptions.ECMAScript); 129=> Match("lang=regex,ecmascript. Explanation", RegexOptions.ECMAScript); 133=> Match("lang=regex,ecmascript,ignorecase. Explanation", RegexOptions.ECMAScript | RegexOptions.IgnoreCase); 137=> Match("Language=Regexp,ECMAScript,IgnoreCase. Explanation", RegexOptions.ECMAScript | RegexOptions.IgnoreCase);