Base:
method
Execute
Microsoft.Build.Utilities.Task.Execute()
Implemented interface member:
method
Execute
Microsoft.Build.Framework.ITask.Execute()
2 references to Execute
NuGet.Build.Tasks (2)
RestoreTask.cs (2)
192/// still be draining when <see cref="Execute" /> returns. So end of restore is not a safe point to discard 193/// process-global state, and <see cref="Execute" /> cannot tell whether the build will restore again. MSBuild