2 implementations of Name
NuGet.Protocol (2)
Plugins\NoOpDisposePlugin.cs (1)
65
public string
Name
=> _plugin.Name;
Plugins\Plugin.cs (1)
68
public string
Name
{ get; }
6 references to Name
NuGet.Protocol (6)
Plugins\NoOpDisposePlugin.cs (1)
65
public string Name => _plugin.
Name
;
Plugins\PluginFactory.cs (1)
410
e.Plugin.
Name
,
Plugins\PluginPackageReader.cs (3)
302
_plugin.
Name
,
1049
_plugin.
Name
,
1088
_plugin.
Name
,
Resources\DownloadResourcePlugin.cs (1)
140
_plugin.
Name
,