2 writes to ctx
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
2128
legacyData.
ctx
= (nuint)pLegacyCtx;
2219
data.
ctx
= incomingCtx;
3 references to ctx
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (3)
2142
if (pcdac->
ctx
!= 0)
2144
ReadOnlySpan<byte> cctx = new((byte*)pcdac->
ctx
, (int)contextSize);
2216
nuint incomingCtx = pDest->
ctx
;