6 writes to BytesCommitted
System.Text.Json (6)
System\Text\Json\Writer\Utf8JsonWriter.cs (6)
412BytesCommitted = default; 468BytesCommitted += _arrayBufferWriter.WrittenCount; 479BytesCommitted += BytesPending; 573BytesCommitted += _arrayBufferWriter.WrittenCount; 584BytesCommitted += BytesPending; 1236BytesCommitted += BytesPending;
5 references to BytesCommitted
System.Text.Json (5)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.WriteHelpers.cs (4)
116OnRootLevelAsyncSerializationCompleted(writer.BytesCommitted + writer.BytesPending); 229OnRootLevelAsyncSerializationCompleted(writer.BytesCommitted); 280OnRootLevelAsyncSerializationCompleted(writer.BytesCommitted + writer.BytesPending); 330OnRootLevelAsyncSerializationCompleted(writer.BytesCommitted);
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
1294private string DebuggerDisplay => $"BytesCommitted = {BytesCommitted} BytesPending = {BytesPending} CurrentDepth = {CurrentDepth}";