1 write to frameType
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
1378
data.stubFrame.
frameType
= (int)ToCorDebugInternalFrameType(frame.InternalFrameType);
4 references to frameType
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
1411
Debug.Assert(c.stubFrame.
frameType
== d.stubFrame.
frameType
, $"Frame[{i}] frameType mismatch - cDAC: {c.stubFrame.
frameType
}, DAC: {d.stubFrame.
frameType
}");