1 write to NumericValue
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorParser.cs (1)
296NumericValue = value.NumericValue,
8 references to NumericValue
Microsoft.Diagnostics.DataContractReader (8)
ContractDescriptorParser.cs (1)
124[MemberNotNullWhen(true, nameof(NumericValue))]
ContractDescriptorTarget.cs (7)
281if (global.NumericValue.Value >= (ulong)descriptor.PointerData.Length) 282throw DescriptorMalformed($"Invalid pointer data index {global.NumericValue.Value}."); 286NumericValue = descriptor.PointerData[global.NumericValue.Value].Value, 295NumericValue = global.NumericValue, 329if (subDescriptor.Value.NumericValue.Value >= (ulong)descriptor.PointerData.Length) 330throw DescriptorMalformed($"Invalid pointer data index {subDescriptor.Value.NumericValue.Value}."); 332yield return (subDescriptor.Key, descriptor.PointerData[(int)subDescriptor.Value.NumericValue]);