1 implementation of Size
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
14
public uint
Size
=> Context.Size;
8 references to Size
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
1138
byte[] bytes = new byte[context.
Size
];
Microsoft.Diagnostics.DataContractReader.Legacy (7)
Dbi\DacDbiImpl.cs (6)
800
byte[] contextBuffer = new byte[ctx.
Size
];
1541
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).
Size
;
1610
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).
Size
;
1680
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).
Size
;
1829
ctx.FillFromBuffer(new Span<byte>(pContext, (int)ctx.
Size
));
2139
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).
Size
;
SOSDacImpl.cs (1)
2213
context.FillFromBuffer(new Span<byte>(ctx, (int)context.
Size
));