6 references to Constructor
Microsoft.Build.Engine.UnitTests (6)
ProjectCache\ProjectCacheTests.cs (6)
1105yield return new object[] { ErrorLocations.Constructor, ErrorKind.Exception }; 1154ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync | ErrorLocations.GetCacheResultAsync; 1186var exceptionsThatPreventEndBuildFromThrowing = ErrorLocations.Constructor | 1218var exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync; 1243const ErrorLocations exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync; 1279if (!errorLocations.HasFlag(ErrorLocations.Constructor))