2 writes to ReadWidthOfPrecodeType
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Data\PrecodeMachineDescriptor.cs (2)
17
ReadWidthOfPrecodeType
= target.ReadField<byte>(address, type, nameof(ReadWidthOfPrecodeType));
23
ReadWidthOfPrecodeType
= null;
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)
17
ReadWidthOfPrecodeType = target.ReadField<byte>(address, type, nameof(
ReadWidthOfPrecodeType
));