1 write to ReadWidthOfPrecodeType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\PrecodeMachineDescriptor.cs (1)
38
ReadWidthOfPrecodeType
= target.ReadField<byte>(address, type, nameof(ReadWidthOfPrecodeType));
4 references to ReadWidthOfPrecodeType
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\PrecodeStubs_1.cs (3)
43
if (precodeMachineDescriptor.
ReadWidthOfPrecodeType
!.Value == 1)
48
else if (precodeMachineDescriptor.
ReadWidthOfPrecodeType
!.Value == 2)
55
throw new InvalidOperationException($"Invalid precode type width {precodeMachineDescriptor.
ReadWidthOfPrecodeType
}");
Data\PrecodeMachineDescriptor.cs (1)
38
ReadWidthOfPrecodeType = target.ReadField<byte>(address, type, nameof(
ReadWidthOfPrecodeType
));