10 references to EndBuildAsync
Microsoft.Build.Engine.UnitTests (10)
ProjectCache\ProjectCacheTests.cs (10)
1112
yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.GetCacheResultAsync | ErrorLocations.
EndBuildAsync
, errorKind };
1113
yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.
EndBuildAsync
, errorKind };
1116
yield return new object[] { ErrorLocations.GetCacheResultAsync | ErrorLocations.
EndBuildAsync
, errorKind };
1118
yield return new object[] { ErrorLocations.
EndBuildAsync
, errorKind };
1175
if (errorLocations == ErrorLocations.
EndBuildAsync
)
1191
!errorLocations.HasFlag(ErrorLocations.
EndBuildAsync
))
1195
else if (errorLocations.HasFlag(ErrorLocations.
EndBuildAsync
))
1286
if (errorLocations == ErrorLocations.
EndBuildAsync
)
1312
if (errorLocations.HasFlag(ErrorLocations.
EndBuildAsync
)
1358
SetEnvironmentForErrorLocations(ErrorLocations.
EndBuildAsync
, ErrorKind.Exception);