6 references to MatchWorker
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
EmbeddedLanguages\Json\LanguageServices\JsonLanguageDetectorTests.cs (6)
16
MatchWorker
($"/*{value}*/", expectedOptions);
17
MatchWorker
($"/*{value} */", expectedOptions);
18
MatchWorker
($"//{value}", expectedOptions);
19
MatchWorker
($"// {value}", expectedOptions);
20
MatchWorker
($"'{value}", expectedOptions);
21
MatchWorker
($"' {value}", expectedOptions);