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