1 write to Plugin
NuGet.Protocol (1)
Plugins\PluginCreationResult.cs (1)
78Plugin = plugin;
7 references to Plugin
NuGet.Credentials (1)
SecurePluginCredentialProvider.cs (1)
131var plugin = creationResult.Plugin!;
NuGet.Protocol (6)
Plugins\PluginCreationResult.cs (4)
21/// Gets a message if <see cref="Plugin" /> is <see langword="null" />; otherwise, <see langword="null" />. 42/// When <see langword="true" />, <see cref="Plugin" />, <see cref="PluginMulticlientUtilities" />, 46[MemberNotNullWhen(true, nameof(Plugin))] 50internal bool IsSuccess => Plugin is not null;
Resources\PluginResource.cs (2)
82() => SetPackageSourceCredentialsAsync(result.Plugin!, cancellationToken), 85return new GetPluginResult(result.Plugin!, result.PluginMulticlientUtilities!);