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