13 references to ErrorKind
Microsoft.Build.Engine.UnitTests (13)
ProjectCache\ProjectCacheTests.cs (13)
1105
yield return new object[] { ErrorLocations.Constructor,
ErrorKind
.Exception };
1107
foreach (
var
errorKind in new[] {
ErrorKind
.Exception,
ErrorKind
.LoggedError })
1124
public void EngineShouldHandleExceptionsFromCachePluginViaBuildParameters(ErrorLocations errorLocations,
ErrorKind
errorKind)
1161
if (errorKind ==
ErrorKind
.Exception)
1198
if (errorKind ==
ErrorKind
.Exception)
1233
if (errorKind ==
ErrorKind
.LoggedError)
1241
public void EngineShouldHandleExceptionsFromCachePluginViaGraphBuild(ErrorLocations errorLocations,
ErrorKind
errorKind)
1295
if (errorKind ==
ErrorKind
.Exception)
1303
if (errorKind ==
ErrorKind
.LoggedError)
1357
SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync,
ErrorKind
.Exception);
1664
private void SetEnvironmentForErrorLocations(ErrorLocations errorLocations,
ErrorKind
errorKind)