19 references to BuildEnded
NuGet.Build.Tasks (2)
RestoreTask.cs (2)
344
/// Raises <see cref="StaticState.
BuildEnded
" /> when the build engine disposes it at the end of
349
/// anything thrown from here. Handlers of <see cref="StaticState.
BuildEnded
" /> are responsible for
NuGet.Common (5)
ConcurrencyUtilities.cs (1)
35
StaticState.
BuildEnded
+= ResetEnvironmentCaches;
Logging\ExceptionLogger.cs (1)
12
StaticState.
BuildEnded
+= ResetInstance;
PathUtil\NuGetEnvironment.cs (1)
35
StaticState.
BuildEnded
+= ResetEnvironmentCaches;
StaticState.cs (2)
46
/// Raises <see cref="
BuildEnded
" />. Handlers are expected not to throw; one that tears down an external
50
public static void RaiseBuildEnded() =>
BuildEnded
?.Invoke();
NuGet.Configuration (1)
Proxy\ProxyCache.cs (1)
34
StaticState.
BuildEnded
+= ResetCache;
NuGet.Credentials (2)
DefaultCredentialServiceUtility.cs (1)
27
StaticState.
BuildEnded
+= ResetCredentialService;
PreviewFeatureSettings.cs (1)
15
StaticState.
BuildEnded
+= ResetCache;
NuGet.ProjectModel (1)
DependencyGraphSpec.cs (1)
24
StaticState.
BuildEnded
+= ResetCache;
NuGet.Protocol (8)
HttpSource\HttpSourceResourceProvider.cs (1)
35
StaticState.
BuildEnded
+= ResetThrottle;
NuGetTestMode.cs (1)
16
StaticState.
BuildEnded
+= ResetCache;
Plugins\Logging\PluginLogger.cs (2)
24
StaticState.
BuildEnded
+= ResetDefaultInstance;
48
/// its own environment. Subscribed to <see cref="StaticState.
BuildEnded
" />, which runs once the
Plugins\PluginManager.cs (2)
30
StaticState.
BuildEnded
+= ResetSharedInstance;
39
/// <see cref="StaticState.
BuildEnded
" /> and invoked by restore at the end of a
src\nuget-client\build\Shared\NuGetFeatureFlags.cs (1)
17
StaticState.
BuildEnded
+= ResetCache;
Utility\PackageIdValidator.cs (1)
17
StaticState.
BuildEnded
+= ResetCache;