1 write to Message
NuGet.Protocol (1)
Plugins\PluginCreationResult.cs (1)
96Message = message;
5 references to Message
NuGet.Credentials (1)
SecurePluginCredentialProvider.cs (1)
115if (creationResult.Message is string creationMessage)
NuGet.Protocol (4)
Plugins\PluginCreationResult.cs (2)
44/// When <see langword="false" />, <see cref="Message" /> is guaranteed to be non-<see langword="null" />. 49[MemberNotNullWhen(false, nameof(Message))]
Resources\PluginResource.cs (2)
71if (!string.IsNullOrEmpty(result.Message)) 73throw new PluginException(result.Message);