2 writes to s_localDBFormatMessage
System.Data (2)
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (2)
53s_localDBFormatMessage = null; 169s_localDBFormatMessage = (LocalDBFormatMessageDelegate)Marshal.GetDelegateForFunctionPointer(functionAddr, typeof(LocalDBFormatMessageDelegate));
3 references to s_localDBFormatMessage
System.Data (3)
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (3)
151if (s_localDBFormatMessage==null) 158if (s_localDBFormatMessage == null) 178return s_localDBFormatMessage;