1 implementation of Size
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
14public uint Size => Context.Size;
8 references to Size
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
1313byte[] bytes = new byte[context.Size];
Microsoft.Diagnostics.DataContractReader.Legacy (7)
ClrDataStackWalk.cs (1)
339uint platformContextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size;
Dbi\DacDbiImpl.cs (5)
997byte[] contextBuffer = new byte[ctx.Size]; 1761uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1831uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1903uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 2043ctx.FillFromBuffer(new Span<byte>(pContext, (int)ctx.Size));
SOSDacImpl.cs (1)
2311context.FillFromBuffer(new Span<byte>(ctx, (int)context.Size));