1 implementation of Size
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
14public uint Size => Context.Size;
4 references to Size
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
924byte[] bytes = new byte[context.Size];
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (2)
1264ctx.FillFromBuffer(new Span<byte>((void*)pContext, (int)ctx.Size)); 1556uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size;
SOSDacImpl.cs (1)
2230context.FillFromBuffer(new Span<byte>(ctx, (int)context.Size));