10 references to EndBuildAsync
Microsoft.Build.Engine.UnitTests (10)
ProjectCache\ProjectCacheTests.cs (10)
1111yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.GetCacheResultAsync | ErrorLocations.EndBuildAsync, errorKind }; 1112yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.EndBuildAsync, errorKind }; 1115yield return new object[] { ErrorLocations.GetCacheResultAsync | ErrorLocations.EndBuildAsync, errorKind }; 1117yield return new object[] { ErrorLocations.EndBuildAsync, errorKind }; 1174if (errorLocations == ErrorLocations.EndBuildAsync) 1190!errorLocations.HasFlag(ErrorLocations.EndBuildAsync)) 1194else if (errorLocations.HasFlag(ErrorLocations.EndBuildAsync)) 1285if (errorLocations == ErrorLocations.EndBuildAsync) 1311if (errorLocations.HasFlag(ErrorLocations.EndBuildAsync) 1357SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync, ErrorKind.Exception);