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