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 3bfd760 commit 50acfc2Copy full SHA for 50acfc2
CodeConverter/Shared/JoinableTaskFactorySingleton.cs
@@ -12,7 +12,7 @@ internal static class JoinableTaskFactorySingleton
12
13
internal static JoinableTaskFactory EnsureInitialized()
14
{
15
- return Instance = new JoinableTaskFactory(new JoinableTaskContext());
+ return Instance ??= new JoinableTaskFactory(new JoinableTaskContext());
16
}
17
18
0 commit comments