13 references to ErrorKind
Microsoft.Build.Engine.UnitTests (13)
ProjectCache\ProjectCacheTests.cs (13)
1104yield return new object[] { ErrorLocations.Constructor, ErrorKind.Exception }; 1106foreach (var errorKind in new[] { ErrorKind.Exception, ErrorKind.LoggedError }) 1123public void EngineShouldHandleExceptionsFromCachePluginViaBuildParameters(ErrorLocations errorLocations, ErrorKind errorKind) 1160if (errorKind == ErrorKind.Exception) 1197if (errorKind == ErrorKind.Exception) 1232if (errorKind == ErrorKind.LoggedError) 1240public void EngineShouldHandleExceptionsFromCachePluginViaGraphBuild(ErrorLocations errorLocations, ErrorKind errorKind) 1294if (errorKind == ErrorKind.Exception) 1302if (errorKind == ErrorKind.LoggedError) 1356SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync, ErrorKind.Exception); 1663private void SetEnvironmentForErrorLocations(ErrorLocations errorLocations, ErrorKind errorKind)