13 references to ErrorKind
Microsoft.Build.Engine.UnitTests (13)
ProjectCache\ProjectCacheTests.cs (13)
1106yield return new object[] { ErrorLocations.Constructor, ErrorKind.Exception }; 1108foreach (var errorKind in new[] { ErrorKind.Exception, ErrorKind.LoggedError }) 1125public void EngineShouldHandleExceptionsFromCachePluginViaBuildParameters(ErrorLocations errorLocations, ErrorKind errorKind) 1162if (errorKind == ErrorKind.Exception) 1199if (errorKind == ErrorKind.Exception) 1234if (errorKind == ErrorKind.LoggedError) 1242public void EngineShouldHandleExceptionsFromCachePluginViaGraphBuild(ErrorLocations errorLocations, ErrorKind errorKind) 1296if (errorKind == ErrorKind.Exception) 1304if (errorKind == ErrorKind.LoggedError) 1358SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync, ErrorKind.Exception); 1665private void SetEnvironmentForErrorLocations(ErrorLocations errorLocations, ErrorKind errorKind)