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)
1313
byte[] bytes = new byte[context.
Size
];
Microsoft.Diagnostics.DataContractReader.Legacy (7)
ClrDataStackWalk.cs (1)
339
uint platformContextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).
Size
;
Dbi\DacDbiImpl.cs (5)
997
byte[] contextBuffer = new byte[ctx.
Size
];
1761
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).
Size
;
1831
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).
Size
;
1903
uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).
Size
;
2043
ctx.FillFromBuffer(new Span<byte>(pContext, (int)ctx.
Size
));
SOSDacImpl.cs (1)
2311
context.FillFromBuffer(new Span<byte>(ctx, (int)context.
Size
));