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