13 references to ErrorKind
Microsoft.Build.Engine.UnitTests (13)
ProjectCache\ProjectCacheTests.cs (13)
1087
yield return new object[] { ErrorLocations.Constructor,
ErrorKind
.Exception };
1089
foreach (
var
errorKind in new[] {
ErrorKind
.Exception,
ErrorKind
.LoggedError })
1106
public void EngineShouldHandleExceptionsFromCachePluginViaBuildParameters(ErrorLocations errorLocations,
ErrorKind
errorKind)
1143
if (errorKind ==
ErrorKind
.Exception)
1180
if (errorKind ==
ErrorKind
.Exception)
1215
if (errorKind ==
ErrorKind
.LoggedError)
1223
public void EngineShouldHandleExceptionsFromCachePluginViaGraphBuild(ErrorLocations errorLocations,
ErrorKind
errorKind)
1277
if (errorKind ==
ErrorKind
.Exception)
1285
if (errorKind ==
ErrorKind
.LoggedError)
1339
SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync,
ErrorKind
.Exception);
1646
private void SetEnvironmentForErrorLocations(ErrorLocations errorLocations,
ErrorKind
errorKind)