6 references to Constructor
Microsoft.Build.Engine.UnitTests (6)
ProjectCache\ProjectCacheTests.cs (6)
1087yield return new object[] { ErrorLocations.Constructor, ErrorKind.Exception }; 1136ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync | ErrorLocations.GetCacheResultAsync; 1168var exceptionsThatPreventEndBuildFromThrowing = ErrorLocations.Constructor | 1200var exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync; 1225const ErrorLocations exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync; 1261if (!errorLocations.HasFlag(ErrorLocations.Constructor))