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