6 references to Constructor
Microsoft.Build.Engine.UnitTests (6)
ProjectCache\ProjectCacheTests.cs (6)
1106yield return new object[] { ErrorLocations.Constructor, ErrorKind.Exception }; 1155ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync | ErrorLocations.GetCacheResultAsync; 1187var exceptionsThatPreventEndBuildFromThrowing = ErrorLocations.Constructor | 1219var exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync; 1244const ErrorLocations exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync; 1280if (!errorLocations.HasFlag(ErrorLocations.Constructor))