1 implementation of Size
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
14
public uint
Size
=> Context.Size;
7 references to Size
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
1158
byte[] bytes = new byte[context.
Size
];
Microsoft.Diagnostics.DataContractReader.Legacy (6)
Dbi\DacDbiImpl.cs (5)
1290
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).
Size
;
1359
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).
Size
;
1429
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).
Size
;
1581
ctx.FillFromBuffer(new Span<byte>(pContext, (int)ctx.
Size
));
1902
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).
Size
;
SOSDacImpl.cs (1)
2208
context.FillFromBuffer(new Span<byte>(ctx, (int)context.
Size
));