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