3 references to PrecodeMachineDescriptor
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Data\PrecodeMachineDescriptor.cs (3)
13
Target.TypeInfo type = target.GetTypeInfo(DataType.
PrecodeMachineDescriptor
);
70
if (target.GetTypeInfo(DataType.
PrecodeMachineDescriptor
).Fields.ContainsKey(fieldName))
72
return target.Read<byte>(address + (ulong)target.GetTypeInfo(DataType.
PrecodeMachineDescriptor
).Fields[fieldName].Offset);