2 references to Name
System.Private.CoreLib (2)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetPwUid.cs (2)
69
Debug.Assert(passwd.
Name
!= null);
70
username = Marshal.PtrToStringUTF8((IntPtr)passwd.
Name
);