4 references to TryParse
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (1)
EmbeddedLanguages\Json\CSharpJsonParserTests.cs (1)
143
var tree = JsonParser.
TryParse
(allChars, options);
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\Json\LanguageServices\AbstractJsonDetectionAnalyzer.cs (1)
87
var strictTree = JsonParser.
TryParse
(chars, JsonOptions.Strict);
EmbeddedLanguages\Json\LanguageServices\JsonLanguageDetector.cs (2)
75
=> JsonParser.
TryParse
(chars, options);
105
tree = JsonParser.
TryParse
(chars, JsonOptions.Loose);