13 references to JsonReaderState
Microsoft.DotNet.MSBuildSdkResolver (1)
WorkloadManifestReader.SystemTextJson.cs (1)
62
reader = new Utf8JsonReader(span, readCount >= stream.Length, new
JsonReaderState
(readerOptions));
Microsoft.DotNet.TemplateLocator (1)
WorkloadManifestReader.SystemTextJson.cs (1)
62
reader = new Utf8JsonReader(span, readCount >= stream.Length, new
JsonReaderState
(readerOptions));
Microsoft.NET.Build.Tasks (1)
WorkloadManifestReader.SystemTextJson.cs (1)
62
reader = new Utf8JsonReader(span, readCount >= stream.Length, new
JsonReaderState
(readerOptions));
Microsoft.NET.Sdk.WorkloadManifestReader (1)
WorkloadManifestReader.SystemTextJson.cs (1)
62
reader = new Utf8JsonReader(span, readCount >= stream.Length, new
JsonReaderState
(readerOptions));
System.Text.Json (9)
System\Text\Json\Document\JsonDocument.cs (1)
893
new
JsonReaderState
(options: readerOptions));
System\Text\Json\Reader\Utf8JsonReader.cs (1)
266
: this(jsonData, isFinalBlock: true, new
JsonReaderState
(options))
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
116
: this(jsonData, isFinalBlock: true, new
JsonReaderState
(options))
System\Text\Json\Serialization\JsonSerializer.Read.Pipe.cs (1)
332
JsonReaderState jsonReaderState =
new
(readerOptions);
System\Text\Json\Serialization\JsonSerializer.Read.Span.cs (2)
139
var readerState = new
JsonReaderState
(jsonTypeInfo.Options.GetReaderOptions());
156
var readerState = new
JsonReaderState
(jsonTypeInfo.Options.GetReaderOptions());
System\Text\Json\Serialization\JsonSerializer.Read.Stream.cs (1)
487
JsonReaderState jsonReaderState =
new
(readerOptions);
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.ReadHelper.cs (2)
33
var jsonReaderState = new
JsonReaderState
(options.GetReaderOptions());
77
var jsonReaderState = new
JsonReaderState
(options.GetReaderOptions());