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