1 write to Value
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
TargetNInt.cs (1)
13public TargetNInt(long value) => Value = value;
5 references to Value
Microsoft.Diagnostics.DataContractReader.Abstractions (4)
TargetNInt.cs (4)
15internal string Hex => $"0x{Value:x}"; 19public bool Equals(TargetNInt t) => Value == t.Value; 21public override int GetHashCode() => Value.GetHashCode();
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Object_1.cs (1)
158if (del.InvocationCount.Value == 0)