terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ArrayPoolEventSource.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Buffers
5{
6 // Token: 0x02000661 RID: 1633
7 [EventSource(Guid = "0866B2B8-5CEF-5DB9-2612-0C0FFD814A44", Name = "System.Buffers.ArrayPoolEventSource")]
8 internal sealed class ArrayPoolEventSource : EventSource
9 {
10 // Token: 0x060031C1 RID: 12737 RVA: 0x0006BA74 File Offset: 0x00069C74
12 {
13 this.<Name>k__BackingField = "System.Buffers.ArrayPoolEventSource";
14 }
15
16 // Token: 0x060031C2 RID: 12738 RVA: 0x0006BA94 File Offset: 0x00069C94
17 [Event(1, Level = EventLevel.Verbose)]
18 internal void BufferRented(int bufferId, int bufferSize, int poolId, int bucketId)
19 {
20 }
21
22 // Token: 0x060031C3 RID: 12739 RVA: 0x0006BAA4 File Offset: 0x00069CA4
23 [Event(2, Level = EventLevel.Informational)]
24 internal void BufferAllocated(int bufferId, int bufferSize, int poolId, int bucketId, ArrayPoolEventSource.BufferAllocatedReason reason)
25 {
26 }
27
28 // Token: 0x060031C4 RID: 12740 RVA: 0x0006BAB4 File Offset: 0x00069CB4
29 [Event(3, Level = EventLevel.Verbose)]
30 internal void BufferReturned(int bufferId, int bufferSize, int poolId)
31 {
32 base.WriteEvent(bufferId, bufferId, bufferSize, poolId);
33 }
34
35 // Token: 0x060031C5 RID: 12741 RVA: 0x0006BACC File Offset: 0x00069CCC
36 [Event(4, Level = EventLevel.Informational)]
37 internal void BufferTrimmed(int bufferId, int bufferSize, int poolId)
38 {
39 base.WriteEvent(bufferId, bufferId, bufferSize, poolId);
40 }
41
42 // Token: 0x060031C6 RID: 12742 RVA: 0x0006BAE4 File Offset: 0x00069CE4
43 [Event(5, Level = EventLevel.Informational)]
44 internal void BufferTrimPoll(int milliseconds, int pressure)
45 {
46 base.WriteEvent(milliseconds, milliseconds, pressure);
47 }
48
49 // Token: 0x060031C7 RID: 12743 RVA: 0x0006BAFC File Offset: 0x00069CFC
50 // Note: this type is marked as 'beforefieldinit'.
52 {
53 }
54
55 // Token: 0x04001AAA RID: 6826
57
58 // Token: 0x02000662 RID: 1634
60 {
61 // Token: 0x04001AAC RID: 6828
62 Pooled,
63 // Token: 0x04001AAD RID: 6829
65 // Token: 0x04001AAE RID: 6830
67 }
68 }
69}
class f__AnonymousType0<< Count > j__TPar
void BufferAllocated(int bufferId, int bufferSize, int poolId, int bucketId, ArrayPoolEventSource.BufferAllocatedReason reason)
void BufferTrimPoll(int milliseconds, int pressure)
void BufferReturned(int bufferId, int bufferSize, int poolId)
void BufferTrimmed(int bufferId, int bufferSize, int poolId)
static readonly ArrayPoolEventSource Log
void BufferRented(int bufferId, int bufferSize, int poolId, int bucketId)