2 writes to s_userInstanceDLLHandle
System.Data (2)
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (2)
52
s_userInstanceDLLHandle
= IntPtr.Zero;
77
SNINativeMethodWrapper.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)
68
if (
s_userInstanceDLLHandle
==IntPtr.Zero)
75
if (
s_userInstanceDLLHandle
== IntPtr.Zero)
78
if (
s_userInstanceDLLHandle
!= IntPtr.Zero)
96
return
s_userInstanceDLLHandle
;