6 references to Success
Microsoft.TemplateEngine.Abstractions (3)
Installer\InstallerOperationResult.cs (3)
22Error = InstallerErrorCode.Success; 28/// <see cref="InstallerErrorCode.Success"/> if the operation completed successfully. 45public bool Success => Error == InstallerErrorCode.Success;
Microsoft.TemplateEngine.Edge (3)
BuiltInManagedProvider\GlobalSettingsTemplatePackageProvider.cs (3)
235if (result != InstallerErrorCode.Success) 302return (InstallerErrorCode.Success, string.Empty); 317if (result != InstallerErrorCode.Success)