2 references to GetComputerNameEx
System.Data (2)
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
2084if (0 == SafeNativeMethods.GetComputerNameEx(ComputerNameDnsFullyQualified, null, ref length)) { 2093if (0 == SafeNativeMethods.GetComputerNameEx(ComputerNameDnsFullyQualified, buffer, ref length)) {