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