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