13 references to ErrorKind
Microsoft.Build.Engine.UnitTests (13)
ProjectCache\ProjectCacheTests.cs (13)
1087yield return new object[] { ErrorLocations.Constructor, ErrorKind.Exception }; 1089foreach (var errorKind in new[] { ErrorKind.Exception, ErrorKind.LoggedError }) 1106public void EngineShouldHandleExceptionsFromCachePluginViaBuildParameters(ErrorLocations errorLocations, ErrorKind errorKind) 1143if (errorKind == ErrorKind.Exception) 1180if (errorKind == ErrorKind.Exception) 1215if (errorKind == ErrorKind.LoggedError) 1223public void EngineShouldHandleExceptionsFromCachePluginViaGraphBuild(ErrorLocations errorLocations, ErrorKind errorKind) 1277if (errorKind == ErrorKind.Exception) 1285if (errorKind == ErrorKind.LoggedError) 1339SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync, ErrorKind.Exception); 1646private void SetEnvironmentForErrorLocations(ErrorLocations errorLocations, ErrorKind errorKind)