1 implementation of Size
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
14public uint Size => Context.Size;
10 references to Size
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
1313byte[] bytes = new byte[context.Size];
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataStackWalk.cs (1)
336uint platformContextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size;
Dbi\DacDbiImpl.cs (7)
978byte[] contextBuffer = new byte[ctx.Size]; 1742uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1812uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1884uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 2024ctx.FillFromBuffer(new Span<byte>(pContext, (int)ctx.Size)); 2122uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 2619uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size;
SOSDacImpl.cs (1)
2292context.FillFromBuffer(new Span<byte>(ctx, (int)context.Size));