10 references to EndBuildAsync
Microsoft.Build.Engine.UnitTests (10)
ProjectCache\ProjectCacheTests.cs (10)
1094yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.GetCacheResultAsync | ErrorLocations.EndBuildAsync, errorKind }; 1095yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.EndBuildAsync, errorKind }; 1098yield return new object[] { ErrorLocations.GetCacheResultAsync | ErrorLocations.EndBuildAsync, errorKind }; 1100yield return new object[] { ErrorLocations.EndBuildAsync, errorKind }; 1157if (errorLocations == ErrorLocations.EndBuildAsync) 1173!errorLocations.HasFlag(ErrorLocations.EndBuildAsync)) 1177else if (errorLocations.HasFlag(ErrorLocations.EndBuildAsync)) 1268if (errorLocations == ErrorLocations.EndBuildAsync) 1294if (errorLocations.HasFlag(ErrorLocations.EndBuildAsync) 1340SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync, ErrorKind.Exception);