10 references to EndBuildAsync
Microsoft.Build.Engine.UnitTests (10)
ProjectCache\ProjectCacheTests.cs (10)
1110yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.GetCacheResultAsync | ErrorLocations.EndBuildAsync, errorKind }; 1111yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.EndBuildAsync, errorKind }; 1114yield return new object[] { ErrorLocations.GetCacheResultAsync | ErrorLocations.EndBuildAsync, errorKind }; 1116yield return new object[] { ErrorLocations.EndBuildAsync, errorKind }; 1173if (errorLocations == ErrorLocations.EndBuildAsync) 1189!errorLocations.HasFlag(ErrorLocations.EndBuildAsync)) 1193else if (errorLocations.HasFlag(ErrorLocations.EndBuildAsync)) 1284if (errorLocations == ErrorLocations.EndBuildAsync) 1310if (errorLocations.HasFlag(ErrorLocations.EndBuildAsync) 1356SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync, ErrorKind.Exception);