2 references to s_configLock
System.Data (2)
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (2)
303
Monitor.Enter(
s_configLock
, ref lockTaken);
328
Monitor.Exit(
s_configLock
);