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