2 writes to NumericValue
Microsoft.Diagnostics.DataContractReader (2)
ContractDescriptorTarget.cs (2)
277NumericValue = descriptor.PointerData[global.NumericValue.Value].Value, 286NumericValue = global.NumericValue,
2 references to NumericValue
Microsoft.Diagnostics.DataContractReader (2)
ContractDescriptorTarget.cs (2)
884if (!_globals.TryGetValue(name, out GlobalValue global) || global.NumericValue is null) 887value = global.NumericValue.Value;