3 references to TryParse
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\Json\LanguageServices\AbstractJsonDetectionAnalyzer.cs (1)
87var strictTree = JsonParser.TryParse(chars, JsonOptions.Strict);
EmbeddedLanguages\Json\LanguageServices\JsonLanguageDetector.cs (2)
60=> JsonParser.TryParse(chars, options); 97tree = JsonParser.TryParse(chars, JsonOptions.Loose);