1 instantiation of ArrayPoolEventSource
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Buffers\ArrayPoolEventSource.cs (1)
14
internal static readonly ArrayPoolEventSource Log = new
ArrayPoolEventSource
();
32 references to ArrayPoolEventSource
System.Private.CoreLib (32)
src\libraries\System.Private.CoreLib\src\System\Buffers\ArrayPoolEventSource.cs (1)
14
internal static readonly
ArrayPoolEventSource
Log = new ArrayPoolEventSource();
src\libraries\System.Private.CoreLib\src\System\Buffers\ConfigurableArrayPool.cs (16)
66
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;
105
log.BufferRented(bufferId, buffer.Length, Id,
ArrayPoolEventSource
.NoBucketId);
106
log.BufferAllocated(bufferId, buffer.Length, Id,
ArrayPoolEventSource
.NoBucketId, index >= _buckets.Length ?
107
ArrayPoolEventSource
.BufferAllocatedReason.OverMaximumSize :
108
ArrayPoolEventSource
.BufferAllocatedReason.PoolExhausted);
145
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;
152
log.BufferDropped(bufferId, array.Length, Id,
ArrayPoolEventSource
.NoBucketId,
ArrayPoolEventSource
.BufferDroppedReason.OverMaximumSize);
215
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;
219
ArrayPoolEventSource
.BufferAllocatedReason.Pooled);
263
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;
266
log.BufferDropped(array.GetHashCode(), _bufferLength, _poolId, Id,
ArrayPoolEventSource
.BufferDroppedReason.Full);
src\libraries\System.Private.CoreLib\src\System\Buffers\SharedArrayPool.cs (15)
52
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;
114
log.BufferRented(bufferId, buffer.Length, Id,
ArrayPoolEventSource
.NoBucketId);
115
log.BufferAllocated(bufferId, buffer.Length, Id,
ArrayPoolEventSource
.NoBucketId, bucketIndex >= _buckets.Length ?
116
ArrayPoolEventSource
.BufferAllocatedReason.OverMaximumSize :
117
ArrayPoolEventSource
.BufferAllocatedReason.PoolExhausted);
170
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;
177
haveBucket ? bucketIndex :
ArrayPoolEventSource
.NoBucketId,
178
haveBucket ?
ArrayPoolEventSource
.BufferDroppedReason.Full :
ArrayPoolEventSource
.BufferDroppedReason.OverMaximumSize);
189
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;
473
ArrayPoolEventSource
log =
ArrayPoolEventSource
.Log;