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