3 references to GetCurrentProcessId
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
243int pid = SafeNativeMethods.GetCurrentProcessId();
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
1876uint pid = (uint)SafeNativeMethods.GetCurrentProcessId();
fx\src\data\System\Data\SqlClient\TdsParserStaticMethods.cs (1)
114return SafeNativeMethods.GetCurrentProcessId();