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