10 references to EndBuildAsync
Microsoft.Build.Engine.UnitTests (10)
ProjectCache\ProjectCacheTests.cs (10)
1096yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.GetCacheResultAsync | ErrorLocations.EndBuildAsync, errorKind }; 1097yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.EndBuildAsync, errorKind }; 1100yield return new object[] { ErrorLocations.GetCacheResultAsync | ErrorLocations.EndBuildAsync, errorKind }; 1102yield return new object[] { ErrorLocations.EndBuildAsync, errorKind }; 1159if (errorLocations == ErrorLocations.EndBuildAsync) 1175!errorLocations.HasFlag(ErrorLocations.EndBuildAsync)) 1179else if (errorLocations.HasFlag(ErrorLocations.EndBuildAsync)) 1270if (errorLocations == ErrorLocations.EndBuildAsync) 1296if (errorLocations.HasFlag(ErrorLocations.EndBuildAsync) 1342SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync, ErrorKind.Exception);