13 references to ErrorKind
Microsoft.Build.Engine.UnitTests (13)
ProjectCache\ProjectCacheTests.cs (13)
1104
yield return new object[] { ErrorLocations.Constructor,
ErrorKind
.Exception };
1106
foreach (
var
errorKind in new[] {
ErrorKind
.Exception,
ErrorKind
.LoggedError })
1123
public void EngineShouldHandleExceptionsFromCachePluginViaBuildParameters(ErrorLocations errorLocations,
ErrorKind
errorKind)
1160
if (errorKind ==
ErrorKind
.Exception)
1197
if (errorKind ==
ErrorKind
.Exception)
1232
if (errorKind ==
ErrorKind
.LoggedError)
1240
public void EngineShouldHandleExceptionsFromCachePluginViaGraphBuild(ErrorLocations errorLocations,
ErrorKind
errorKind)
1294
if (errorKind ==
ErrorKind
.Exception)
1302
if (errorKind ==
ErrorKind
.LoggedError)
1356
SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync,
ErrorKind
.Exception);
1663
private void SetEnvironmentForErrorLocations(ErrorLocations errorLocations,
ErrorKind
errorKind)