13 references to Match
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (13)
EmbeddedLanguages\Json\LanguageServices\JsonLanguageDetectorTests.cs (13)
53=> Match("lang=json"); 57=> Match("lang=JSON"); 73=> Match("language=json"); 81=> Match("lang = json"); 85=> Match(" lang=json "); 89=> Match(" lang = json "); 93=> Match("lang=json here"); 97=> Match("lang=json."); 117=> Match("lang=json,strict", JsonOptions.Strict); 121=> Match("lang=json , strict", JsonOptions.Strict); 125=> Match("lang=json,strict. Explanation", JsonOptions.Strict); 129=> Match("lang=json,strict,Strict. Explanation", JsonOptions.Strict); 133=> Match("Language=Json,Strict. Explanation", JsonOptions.Strict);