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