1 write to Value
Microsoft.AspNetCore.Server.HttpSys (1)
Windows.Win32.PSID.g.cs (1)
29
internal PSID(void* value) => this.
Value
= value;
7 references to Value
Microsoft.AspNetCore.Server.HttpSys (7)
Windows.Win32.PSID.g.cs (7)
31
public static implicit operator void*(PSID value) => value.
Value
;
35
public static bool operator ==(PSID left, PSID right) => left.
Value
== right.
Value
;
39
public bool Equals(PSID other) => this.
Value
== other.
Value
;
43
public override int GetHashCode() => unchecked((int)this.
Value
);
45
public override string ToString() => $"0x{(nuint)this.
Value
:x}";