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