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