13 references to ErrorKind
Microsoft.Build.Engine.UnitTests (13)
ProjectCache\ProjectCacheTests.cs (13)
1088
yield return new object[] { ErrorLocations.Constructor,
ErrorKind
.Exception };
1090
foreach (
var
errorKind in new[] {
ErrorKind
.Exception,
ErrorKind
.LoggedError })
1107
public void EngineShouldHandleExceptionsFromCachePluginViaBuildParameters(ErrorLocations errorLocations,
ErrorKind
errorKind)
1144
if (errorKind ==
ErrorKind
.Exception)
1181
if (errorKind ==
ErrorKind
.Exception)
1216
if (errorKind ==
ErrorKind
.LoggedError)
1224
public void EngineShouldHandleExceptionsFromCachePluginViaGraphBuild(ErrorLocations errorLocations,
ErrorKind
errorKind)
1278
if (errorKind ==
ErrorKind
.Exception)
1286
if (errorKind ==
ErrorKind
.LoggedError)
1340
SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync,
ErrorKind
.Exception);
1647
private void SetEnvironmentForErrorLocations(ErrorLocations errorLocations,
ErrorKind
errorKind)