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)
263public Task Task { get { return (Task)_tcsInfo.TaskProperty.GetValue(_tcsInstance); } } 267return (bool)_tcsInfo.TrySetResultMethod.Invoke(_tcsInstance, new object[] { result }); 272return (bool)_tcsInfo.TrySetExceptionMethod.Invoke(_tcsInstance, new object[] { exception }); 277return (bool)_tcsInfo.TrySetCanceledMethod.Invoke(_tcsInstance, Array.Empty<object>());