10 references to EndBuildAsync
Microsoft.Build.Engine.UnitTests (10)
ProjectCache\ProjectCacheTests.cs (10)
1111
yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.GetCacheResultAsync | ErrorLocations.
EndBuildAsync
, errorKind };
1112
yield return new object[] { ErrorLocations.BeginBuildAsync | ErrorLocations.
EndBuildAsync
, errorKind };
1115
yield return new object[] { ErrorLocations.GetCacheResultAsync | ErrorLocations.
EndBuildAsync
, errorKind };
1117
yield return new object[] { ErrorLocations.
EndBuildAsync
, errorKind };
1174
if (errorLocations == ErrorLocations.
EndBuildAsync
)
1190
!errorLocations.HasFlag(ErrorLocations.
EndBuildAsync
))
1194
else if (errorLocations.HasFlag(ErrorLocations.
EndBuildAsync
))
1285
if (errorLocations == ErrorLocations.
EndBuildAsync
)
1311
if (errorLocations.HasFlag(ErrorLocations.
EndBuildAsync
)
1357
SetEnvironmentForErrorLocations(ErrorLocations.
EndBuildAsync
, ErrorKind.Exception);