2 implementations of Name
NuGet.Protocol (2)
Plugins\NoOpDisposePlugin.cs (1)
63
public string
Name
=> _plugin.Name;
Plugins\Plugin.cs (1)
66
public string
Name
{ get; }
6 references to Name
NuGet.Protocol (6)
Plugins\NoOpDisposePlugin.cs (1)
63
public string Name => _plugin.
Name
;
Plugins\PluginFactory.cs (1)
413
e.Plugin.
Name
,
Plugins\PluginPackageReader.cs (3)
300
_plugin.
Name
,
1047
_plugin.
Name
,
1086
_plugin.
Name
,
Resources\DownloadResourcePlugin.cs (1)
140
_plugin.
Name
,