4 references to EndMSBuildRestoreTasks
NuGet.Common (2)
StaticState.cs (2)
44/// Raises <see cref="EndMSBuildRestoreTasks" />. Handlers are expected not to throw; one that tears down an 48public static void RaiseEndMSBuildRestoreTasks() => EndMSBuildRestoreTasks?.Invoke();
NuGet.Protocol (2)
Plugins\PluginManager.cs (2)
30StaticState.EndMSBuildRestoreTasks += ResetSharedInstance; 39/// <see cref="StaticState.EndMSBuildRestoreTasks" /> and invoked by restore at the end of a