1 implementation of Size
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
14public uint Size => Context.Size;
10 references to Size
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
1313byte[] bytes = new byte[context.Size];
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataStackWalk.cs (1)
326uint platformContextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size;
Dbi\DacDbiImpl.cs (7)
946byte[] contextBuffer = new byte[ctx.Size]; 1690uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1759uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1829uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 1966ctx.FillFromBuffer(new Span<byte>(pContext, (int)ctx.Size)); 2063uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size; 2555uint contextSize = IPlatformAgnosticContext.GetContextForPlatform(_target).Size;
SOSDacImpl.cs (1)
2212context.FillFromBuffer(new Span<byte>(ctx, (int)context.Size));