8 references to BeginBuildAsync
Microsoft.Build.Engine.UnitTests (8)
ProjectCache\ProjectCacheTests.cs (8)
1094
yield return new object[] { ErrorLocations.
BeginBuildAsync
, errorKind };
1095
yield return new object[] { ErrorLocations.
BeginBuildAsync
| ErrorLocations.GetCacheResultAsync, errorKind };
1096
yield return new object[] { ErrorLocations.
BeginBuildAsync
| ErrorLocations.GetCacheResultAsync | ErrorLocations.EndBuildAsync, errorKind };
1097
yield return new object[] { ErrorLocations.
BeginBuildAsync
| ErrorLocations.EndBuildAsync, errorKind };
1139
ErrorLocations.Constructor | ErrorLocations.
BeginBuildAsync
| ErrorLocations.GetCacheResultAsync;
1172
ErrorLocations.
BeginBuildAsync
;
1203
var exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.
BeginBuildAsync
;
1228
const ErrorLocations exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.
BeginBuildAsync
;