1 instantiation of ArrayPoolEventSource
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\ArrayPoolEventSource.cs (1)
13
internal static readonly ArrayPoolEventSource Log = new
ArrayPoolEventSource
();
32 references to ArrayPoolEventSource
System.Private.CoreLib (32)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\ArrayPoolEventSource.cs (1)
13
internal static readonly
ArrayPoolEventSource
Log = new ArrayPoolEventSource();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\ConfigurableArrayPool.cs (16)
68
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;
107
log.BufferRented(bufferId, buffer.Length, Id,
ArrayPoolEventSource
.NoBucketId);
108
log.BufferAllocated(bufferId, buffer.Length, Id,
ArrayPoolEventSource
.NoBucketId, index >= _buckets.Length ?
109
ArrayPoolEventSource
.BufferAllocatedReason.OverMaximumSize :
110
ArrayPoolEventSource
.BufferAllocatedReason.PoolExhausted);
148
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;
155
log.BufferDropped(bufferId, array.Length, Id,
ArrayPoolEventSource
.NoBucketId,
ArrayPoolEventSource
.BufferDroppedReason.OverMaximumSize);
218
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;
222
ArrayPoolEventSource
.BufferAllocatedReason.Pooled);
266
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;
269
log.BufferDropped(array.GetHashCode(), _bufferLength, _poolId, Id,
ArrayPoolEventSource
.BufferDroppedReason.Full);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\SharedArrayPool.cs (15)
53
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;
121
log.BufferRented(bufferId, buffer.Length, Id,
ArrayPoolEventSource
.NoBucketId);
122
log.BufferAllocated(bufferId, buffer.Length, Id,
ArrayPoolEventSource
.NoBucketId, bucketIndex >= _buckets.Length ?
123
ArrayPoolEventSource
.BufferAllocatedReason.OverMaximumSize :
124
ArrayPoolEventSource
.BufferAllocatedReason.PoolExhausted);
178
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;
185
haveBucket ? bucketIndex :
ArrayPoolEventSource
.NoBucketId,
186
haveBucket ?
ArrayPoolEventSource
.BufferDroppedReason.Full :
ArrayPoolEventSource
.BufferDroppedReason.OverMaximumSize);
197
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;
481
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;