1 write to Message
NuGet.Protocol (1)
Plugins\Messages\Fault.cs (1)
36Message = message;
4 references to Message
NuGet.Protocol (4)
_generated\51\PluginJsonContext.Fault.g.cs (2)
60Getter = static obj => ((global::NuGet.Protocol.Plugins.Fault)obj).Message, 88string __value_Message = ((global::NuGet.Protocol.Plugins.Fault)value).Message;
Plugins\MessageDispatcher.cs (1)
610throw new ProtocolException(payload.Message);
Plugins\OutboundRequestContext`1.cs (1)
198throw new ProtocolException(payload.Message);