6 references to Constructor
Microsoft.Build.Engine.UnitTests (6)
ProjectCache\ProjectCacheTests.cs (6)
1090yield return new object[] { ErrorLocations.Constructor, ErrorKind.Exception }; 1139ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync | ErrorLocations.GetCacheResultAsync; 1171var exceptionsThatPreventEndBuildFromThrowing = ErrorLocations.Constructor | 1203var exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync; 1228const ErrorLocations exceptionsThatShouldPreventCacheQueryAndEndBuildAsync = ErrorLocations.Constructor | ErrorLocations.BeginBuildAsync; 1264if (!errorLocations.HasFlag(ErrorLocations.Constructor))