6 references to Constructor
Microsoft.Build.Engine.UnitTests (6)
ProjectCache\ProjectCacheTests.cs (6)
1104yield return new object[] { ErrorLocations.Constructor, ErrorKind.Exception }; 1153ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync | ErrorLocations.GetCacheResultAsync; 1185var exceptionsThatPreventEndBuildFromThrowing = ErrorLocations.Constructor | 1217var exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync; 1242const ErrorLocations exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync; 1278if (!errorLocations.HasFlag(ErrorLocations.Constructor))