1 instantiation of JsonParser
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\Json\JsonParser.cs (1)
113
return new
JsonParser
(text).ParseTree(options);
4 references to JsonParser
Microsoft.CodeAnalysis.Features (4)
EmbeddedLanguages\Json\JsonNodes.cs (1)
207
/// See the note in <see cref="
JsonParser
"/> for why commas are stored as values for convenience.
EmbeddedLanguages\Json\LanguageServices\AbstractJsonDetectionAnalyzer.cs (1)
87
var strictTree =
JsonParser
.TryParse(chars, JsonOptions.Strict);
EmbeddedLanguages\Json\LanguageServices\JsonLanguageDetector.cs (2)
60
=>
JsonParser
.TryParse(chars, options);
97
tree =
JsonParser
.TryParse(chars, JsonOptions.Loose);