14 references to Match
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (14)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexPatternDetectorTests.cs (14)
55=> Match("lang=regex"); 71=> Match("lang=regexp"); 75=> Match("language=regex"); 79=> Match("language=regexp"); 87=> Match("lang = regex"); 91=> Match(" lang=regex "); 95=> Match(" lang = regex "); 99=> Match("lang=regex p"); 103=> Match("lang=regex."); 123=> Match("lang=regex,ecmascript", RegexOptions.ECMAScript); 127=> Match("lang=regex , ecmascript", RegexOptions.ECMAScript); 131=> Match("lang=regex,ecmascript. Explanation", RegexOptions.ECMAScript); 135=> Match("lang=regex,ecmascript,ignorecase. Explanation", RegexOptions.ECMAScript | RegexOptions.IgnoreCase); 139=> Match("Language=Regexp,ECMAScript,IgnoreCase. Explanation", RegexOptions.ECMAScript | RegexOptions.IgnoreCase);