2 writes to _readerOptions
System.Text.Json (2)
System\Text\Json\Reader\JsonReaderState.cs (2)
49
_readerOptions
= options;
76
_readerOptions
= readerOptions;
3 references to _readerOptions
System.Text.Json (3)
System\Text\Json\Reader\JsonReaderState.cs (1)
85
public JsonReaderOptions Options =>
_readerOptions
;
System\Text\Json\Reader\Utf8JsonReader.cs (1)
228
_readerOptions = state.
_readerOptions
;
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
39
_readerOptions = state.
_readerOptions
;