10 references to EndBuildAsync
Microsoft.Build.Engine.UnitTests (10)
ProjectCache\ProjectCacheTests.cs (10)
1112yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.GetCacheResultAsync | ErrorLocations.EndBuildAsync, errorKind }; 1113yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.EndBuildAsync, errorKind }; 1116yield return new object[] { ErrorLocations.GetCacheResultAsync | ErrorLocations.EndBuildAsync, errorKind }; 1118yield return new object[] { ErrorLocations.EndBuildAsync, errorKind }; 1175if (errorLocations == ErrorLocations.EndBuildAsync) 1191!errorLocations.HasFlag(ErrorLocations.EndBuildAsync)) 1195else if (errorLocations.HasFlag(ErrorLocations.EndBuildAsync)) 1286if (errorLocations == ErrorLocations.EndBuildAsync) 1312if (errorLocations.HasFlag(ErrorLocations.EndBuildAsync) 1358SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync, ErrorKind.Exception);