20 references to StaticState
NuGet.Build.Tasks (5)
RestoreTask.cs (5)
187
/// Arranges for <see cref="
StaticState
.RaiseBuildEnded" /> to be raised once, when the build ends.
203
StaticState
.RaiseBuildEnded();
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
356
StaticState
.RaiseBuildEnded();
NuGet.Common (3)
ConcurrencyUtilities.cs (1)
35
StaticState
.BuildEnded += ResetEnvironmentCaches;
Logging\ExceptionLogger.cs (1)
12
StaticState
.BuildEnded += ResetInstance;
PathUtil\NuGetEnvironment.cs (1)
35
StaticState
.BuildEnded += ResetEnvironmentCaches;
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;