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.
1 parent b2d21e2 commit a21542fCopy full SHA for a21542f
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
- s_processDispatcher = dependency.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