1 write to Value
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
Windows.Win32.HTASK.g.cs (1)
28
internal HTASK(nint value) => this.
Value
= value;
7 references to Value
Microsoft.VisualStudio.Extensibility.Testing.Xunit (7)
Windows.Win32.HTASK.g.cs (7)
30
public static implicit operator nint(HTASK value) => value.
Value
;
34
public static bool operator ==(HTASK left, HTASK right) => left.
Value
== right.
Value
;
38
public bool Equals(HTASK other) => this.
Value
== other.
Value
;
42
public override int GetHashCode() => this.
Value
.GetHashCode();
44
public override string ToString() => $"0x{this.
Value
:x}";