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