8 references to BeginBuildAsync
Microsoft.Build.Engine.UnitTests (8)
ProjectCache\ProjectCacheTests.cs (8)
1109
yield return new object[] { ErrorLocations.
BeginBuildAsync
, errorKind };
1110
yield return new object[] { ErrorLocations.
BeginBuildAsync
| ErrorLocations.GetCacheResultAsync, errorKind };
1111
yield return new object[] { ErrorLocations.
BeginBuildAsync
| ErrorLocations.GetCacheResultAsync | ErrorLocations.EndBuildAsync, errorKind };
1112
yield return new object[] { ErrorLocations.
BeginBuildAsync
| ErrorLocations.EndBuildAsync, errorKind };
1154
ErrorLocations.Constructor | ErrorLocations.
BeginBuildAsync
| ErrorLocations.GetCacheResultAsync;
1187
ErrorLocations.
BeginBuildAsync
;
1218
var exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.
BeginBuildAsync
;
1243
const ErrorLocations exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.
BeginBuildAsync
;