8 references to Parse
System.Text.Json (8)
System\Text\Json\Document\JsonDocument.Parse.cs (8)
49
return
Parse
(utf8Json, options.GetReaderOptions(), allowDuplicateProperties: options.AllowDuplicateProperties);
83
return
Parse
(utf8Json.First, readerOptions, allowDuplicateProperties: options.AllowDuplicateProperties);
92
return
Parse
(
130
return
Parse
(
147
return
Parse
(
227
return
Parse
(
293
return
Parse
(
661
document =
Parse
(rented.AsMemory(0, length), state.Options, rented, allowDuplicateProperties: allowDuplicateProperties);