3 writes to type
Microsoft.Diagnostics.DataContractReader.Legacy (3)
SOSDacImpl.cs (3)
5569pILData->type = DacpProfilerILData.ModificationType.Unmodified; 5591pILData->type = DacpProfilerILData.ModificationType.ReJITModified; 5598pILData->type = DacpProfilerILData.ModificationType.ILModified;
4 references to type
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
5614Debug.Assert(pILData->type == ilDataLocal.type, $"cDAC: {pILData->type}, DAC: {ilDataLocal.type}");