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