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