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