3 writes to eType
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (3)
2167data.eType = Debugger_STRData.EType.cRuntimeNativeFrame; 2171data.eType = Debugger_STRData.EType.cMethodFrame; 2352data.eType = Debugger_STRData.EType.cStubFrame;
8 references to eType
Microsoft.Diagnostics.DataContractReader.Legacy (8)
Dbi\DacDbiImpl.cs (8)
2081Debug.Assert(pcdac->eType == legacyData.eType, $"eType mismatch - cDAC: {pcdac->eType}, DAC: {legacyData.eType}"); 2385Debug.Assert(c.eType == d.eType, $"Frame[{i}] eType mismatch - cDAC: {c.eType}, DAC: {d.eType}");