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