4 references to Progress
NuGet.Protocol (4)
Plugins\AutomaticProgressReporter.cs (1)
177
MessageType.
Progress
,
Plugins\MessageConverter.cs (1)
153
else if (messageType is MessageType.
Progress
)
Plugins\MessageDispatcher.cs (2)
443
var message = MessageUtilities.Create(request.RequestId, MessageType.
Progress
, request.Method, progress);
542
case MessageType.
Progress
: