10 references to EndBuildAsync
Microsoft.Build.Engine.UnitTests (10)
ProjectCache\ProjectCacheTests.cs (10)
1093yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.GetCacheResultAsync | ErrorLocations.EndBuildAsync, errorKind }; 1094yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.EndBuildAsync, errorKind }; 1097yield return new object[] { ErrorLocations.GetCacheResultAsync | ErrorLocations.EndBuildAsync, errorKind }; 1099yield return new object[] { ErrorLocations.EndBuildAsync, errorKind }; 1156if (errorLocations == ErrorLocations.EndBuildAsync) 1172!errorLocations.HasFlag(ErrorLocations.EndBuildAsync)) 1176else if (errorLocations.HasFlag(ErrorLocations.EndBuildAsync)) 1267if (errorLocations == ErrorLocations.EndBuildAsync) 1293if (errorLocations.HasFlag(ErrorLocations.EndBuildAsync) 1339SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync, ErrorKind.Exception);