2 writes to NumericValue
Microsoft.Diagnostics.DataContractReader (2)
ContractDescriptorTarget.cs (2)
272NumericValue = descriptor.PointerData[global.NumericValue.Value].Value, 281NumericValue = global.NumericValue,
2 references to NumericValue
Microsoft.Diagnostics.DataContractReader (2)
ContractDescriptorTarget.cs (2)
764if (!_globals.TryGetValue(name, out GlobalValue global) || global.NumericValue is null) 770value = T.CreateChecked(global.NumericValue.Value);