10 references to EndBuildAsync
Microsoft.Build.Engine.UnitTests (10)
ProjectCache\ProjectCacheTests.cs (10)
1110
yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.GetCacheResultAsync | ErrorLocations.
EndBuildAsync
, errorKind };
1111
yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.
EndBuildAsync
, errorKind };
1114
yield return new object[] { ErrorLocations.GetCacheResultAsync | ErrorLocations.
EndBuildAsync
, errorKind };
1116
yield return new object[] { ErrorLocations.
EndBuildAsync
, errorKind };
1173
if (errorLocations == ErrorLocations.
EndBuildAsync
)
1189
!errorLocations.HasFlag(ErrorLocations.
EndBuildAsync
))
1193
else if (errorLocations.HasFlag(ErrorLocations.
EndBuildAsync
))
1284
if (errorLocations == ErrorLocations.
EndBuildAsync
)
1310
if (errorLocations.HasFlag(ErrorLocations.
EndBuildAsync
)
1356
SetEnvironmentForErrorLocations(ErrorLocations.
EndBuildAsync
, ErrorKind.Exception);