2 writes to s_userInstanceDLLHandle
System.Data (2)
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (2)
52s_userInstanceDLLHandle = IntPtr.Zero; 77SNINativeMethodWrapper.SNIQueryInfo(SNINativeMethodWrapper.QTypes.SNI_QUERY_LOCALDB_HMODULE, ref s_userInstanceDLLHandle);
4 references to s_userInstanceDLLHandle
System.Data (4)
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (4)
68if (s_userInstanceDLLHandle==IntPtr.Zero) 75if (s_userInstanceDLLHandle == IntPtr.Zero) 78if (s_userInstanceDLLHandle != IntPtr.Zero) 96return s_userInstanceDLLHandle;