Imported Upstream version 5.10.0.140

Former-commit-id: bf0b1a031620c61ba2850f2b795e389ea58917e5
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-02-24 13:39:24 +00:00
parent 5b69a2693e
commit ea8182f0a0
38 changed files with 41 additions and 33 deletions

View File

@@ -217,6 +217,7 @@ namespace Microsoft.Build.Utilities
public virtual string ToolExe { get { throw null; } set { } }
protected abstract string ToolName { get; }
public string ToolPath { get { throw null; } set { } }
public bool YieldDuringToolExecution { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
[System.MonoTODOAttribute]
protected virtual bool CallHostObjectToExecute() { throw null; }
public virtual void Cancel() { }