1 write to _tcsInstance
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
260
_tcsInstance
= Activator.CreateInstance(_tcsInfo.GenericType);
4 references to _tcsInstance
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (4)
263
public Task Task { get { return (Task)_tcsInfo.TaskProperty.GetValue(
_tcsInstance
); } }
267
return (bool)_tcsInfo.TrySetResultMethod.Invoke(
_tcsInstance
, new object[] { result });
272
return (bool)_tcsInfo.TrySetExceptionMethod.Invoke(
_tcsInstance
, new object[] { exception });
277
return (bool)_tcsInfo.TrySetCanceledMethod.Invoke(
_tcsInstance
, Array.Empty<object>());