6 references to Constructor
Microsoft.Build.Engine.UnitTests (6)
ProjectCache\ProjectCacheTests.cs (6)
1088yield return new object[] { ErrorLocations.Constructor, ErrorKind.Exception }; 1137ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync | ErrorLocations.GetCacheResultAsync; 1169var exceptionsThatPreventEndBuildFromThrowing = ErrorLocations.Constructor | 1201var exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync; 1226const ErrorLocations exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync; 1262if (!errorLocations.HasFlag(ErrorLocations.Constructor))