13 references to ErrorKind
Microsoft.Build.Engine.UnitTests (13)
ProjectCache\ProjectCacheTests.cs (13)
1090
yield return new object[] { ErrorLocations.Constructor,
ErrorKind
.Exception };
1092
foreach (
var
errorKind in new[] {
ErrorKind
.Exception,
ErrorKind
.LoggedError })
1109
public void EngineShouldHandleExceptionsFromCachePluginViaBuildParameters(ErrorLocations errorLocations,
ErrorKind
errorKind)
1146
if (errorKind ==
ErrorKind
.Exception)
1183
if (errorKind ==
ErrorKind
.Exception)
1218
if (errorKind ==
ErrorKind
.LoggedError)
1226
public void EngineShouldHandleExceptionsFromCachePluginViaGraphBuild(ErrorLocations errorLocations,
ErrorKind
errorKind)
1280
if (errorKind ==
ErrorKind
.Exception)
1288
if (errorKind ==
ErrorKind
.LoggedError)
1342
SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync,
ErrorKind
.Exception);
1649
private void SetEnvironmentForErrorLocations(ErrorLocations errorLocations,
ErrorKind
errorKind)