6 writes to BytesCommitted
System.Text.Json (6)
System\Text\Json\Writer\Utf8JsonWriter.cs (6)
265BytesCommitted = default; 323BytesCommitted += _arrayBufferWriter.WrittenCount; 334BytesCommitted += BytesPending; 437BytesCommitted += _arrayBufferWriter.WrittenCount; 448BytesCommitted += BytesPending; 1089BytesCommitted += BytesPending;
5 references to BytesCommitted
System.Text.Json (5)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.WriteHelpers.cs (4)
115OnRootLevelAsyncSerializationCompleted(writer.BytesCommitted + writer.BytesPending); 228OnRootLevelAsyncSerializationCompleted(writer.BytesCommitted); 276OnRootLevelAsyncSerializationCompleted(writer.BytesCommitted + writer.BytesPending); 326OnRootLevelAsyncSerializationCompleted(writer.BytesCommitted);
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
1132private string DebuggerDisplay => $"BytesCommitted = {BytesCommitted} BytesPending = {BytesPending} CurrentDepth = {CurrentDepth}";