8 references to BeginBuildAsync
Microsoft.Build.Engine.UnitTests (8)
ProjectCache\ProjectCacheTests.cs (8)
1091
yield return new object[] { ErrorLocations.
BeginBuildAsync
, errorKind };
1092
yield return new object[] { ErrorLocations.
BeginBuildAsync
| ErrorLocations.GetCacheResultAsync, errorKind };
1093
yield return new object[] { ErrorLocations.
BeginBuildAsync
| ErrorLocations.GetCacheResultAsync | ErrorLocations.EndBuildAsync, errorKind };
1094
yield return new object[] { ErrorLocations.
BeginBuildAsync
| ErrorLocations.EndBuildAsync, errorKind };
1136
ErrorLocations.Constructor | ErrorLocations.
BeginBuildAsync
| ErrorLocations.GetCacheResultAsync;
1169
ErrorLocations.
BeginBuildAsync
;
1200
var exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.
BeginBuildAsync
;
1225
const ErrorLocations exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.
BeginBuildAsync
;