From c3616b2fe6d97eb46f883fd090fb75d6ae1aae96 Mon Sep 17 00:00:00 2001 From: xieguigang Date: Wed, 10 Jun 2020 20:33:25 +0800 Subject: [PATCH] fix of object reference errors --- ComputingServices/ComputingServices.vbproj | 4 + ComputingServices/Linq/ILinq(Of T).vb | 98 ++++++++--------- ComputingServices/Linq/LinqProvider.vb | 88 +++++++-------- ComputingServices/Taskhost.d/Extensions.vb | 2 +- .../Taskhost.d/Invoke/TaskHost.vb | 85 +++++++------- .../Taskhost.d/Invoke/TaskInvoke.vb | 91 ++++++++------- ComputingServices/Taskhost.d/Protocols.vb | 104 +++++++++--------- 7 files changed, 236 insertions(+), 236 deletions(-) diff --git a/ComputingServices/ComputingServices.vbproj b/ComputingServices/ComputingServices.vbproj index 67a6898..fd08837 100644 --- a/ComputingServices/ComputingServices.vbproj +++ b/ComputingServices/ComputingServices.vbproj @@ -409,6 +409,10 @@ {fecce1fd-e1d4-49e3-a668-60bb5e7aed99} 47-dotnet_Microsoft.VisualBasic + + {a60240d1-e78b-4b96-85e3-45256571c2cb} + Microsoft.VisualBasic.Network +