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