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