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