13 references to Match
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (13)
EmbeddedLanguages\Json\LanguageServices\JsonLanguageDetectorTests.cs (13)
55=> Match("lang=json"); 59=> Match("lang=JSON"); 75=> Match("language=json"); 83=> Match("lang = json"); 87=> Match(" lang=json "); 91=> Match(" lang = json "); 95=> Match("lang=json here"); 99=> Match("lang=json."); 119=> Match("lang=json,strict", JsonOptions.Strict); 123=> Match("lang=json , strict", JsonOptions.Strict); 127=> Match("lang=json,strict. Explanation", JsonOptions.Strict); 131=> Match("lang=json,strict,Strict. Explanation", JsonOptions.Strict); 135=> Match("Language=Json,Strict. Explanation", JsonOptions.Strict);