We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9cf2fe + db13130 commit 442930fCopy full SHA for 442930f
src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlDependency.cs
@@ -484,7 +484,7 @@ private static void ObtainProcessDispatcher()
484
485
if (null != dependency)
486
{
487
- _processDispatcher = SqlDependencyProcessDispatcher.SingletonProcessDispatcher; // Set to static instance.
+ s_processDispatcher = SqlDependencyProcessDispatcher.SingletonProcessDispatcher; // Set to static instance.
488
489
// Serialize and set in native.
490
using (MemoryStream stream = new())
0 commit comments