38 references to False
Microsoft.Build (35)
BackEnd\BuildManager\BuildManager.cs (1)
1496
Assumed.
False
(submission.IsCompleted, "Submission already complete.");
BackEnd\BuildManager\CacheAggregator.cs (2)
33
Assumed.
False
(_aggregated, "Cannot add after aggregation");
40
Assumed.
False
(_aggregated, "Cannot aggregate twice");
BackEnd\Components\BuildRequestEngine\BuildRequestEntry.cs (1)
376
Assumed.
False
(_outstandingResults.ContainsKey(result.NodeRequestId), "Request already contains results.");
BackEnd\Components\Caching\ConfigCache.cs (1)
182
Assumed.
False
(configurations.ById.IsEmpty, "No configurations exist from which to obtain the smallest configuration id.");
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (2)
53
Assumed.
False
(CurrentCache.HasConfiguration(configId), "caches should not overlap");
115
Assumed.
False
(CurrentCache.HasConfiguration(configId), "caches should not overlap");
BackEnd\Components\Communications\NodeManager.cs (1)
134
Assumed.
False
(_componentShutdown, "We should never be calling ShutdownNodes after ShutdownComponent has been called");
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
485
Assumed.
False
(isArm64, "ARM64 CLR2 task hosts are not supported.");
715
Assumed.
False
(_nodeContexts.ContainsKey(nodeKey), "We should not already have a node for this context! Did we forget to call DisconnectFromHost somewhere?");
BackEnd\Components\Communications\TaskHostNodeManager.cs (1)
67
Assumed.
False
(_componentShutdown, "We should never be calling ShutdownNodes after ShutdownComponent has been called");
BackEnd\Components\RequestBuilder\Lookup.cs (3)
918
Assumed.
False
(_cloneTable.ContainsKey(cloneItem), "Should be new, not already in table!");
1049
Assumed.
False
(tableOfItemsOfSameType.Contains(item), "Item should not be in table");
1064
Assumed.
False
(tableOfItemsOfSameType.ContainsKey(item), "Item should not be in table");
BackEnd\Components\RequestBuilder\RequestBuilder.cs (8)
208
Assumed.
False
(_terminateEvent.WaitOne(0), "Cancel already called");
229
Assumed.
False
(_terminateEvent.WaitOne(0), "Request already terminated");
230
Assumed.
False
(_continueEvent.WaitOne(0), "Request already continued");
246
Assumed.
False
(_terminateEvent.WaitOne(0), "Request already terminated");
247
Assumed.
False
(_pendingResourceRequests.IsEmpty, "No pending resource requests");
478
Assumed.
False
(_inMSBuildCallback, "Already in an MSBuild callback!");
1022
Assumed.
False
(isContinue, "Unexpected null results during continue");
1476
Assumed.
False
(_isZombie, "RequestBuilder has been zombied.");
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (1)
206
Assumed.
False
(IsItemVectorEmpty(itemVectorsInTargetInputs), "The target must have inputs.");
BackEnd\Components\Scheduler\SchedulableRequest.cs (2)
344
Assumed.
False
(_requestsWeAreBlockedBy.ContainsKey(key), "We are already blocked by this request.");
345
Assumed.
False
(blockingRequest._requestsWeAreBlocking.Contains(this), "The blocking request thinks it is already blocking us.");
BackEnd\Shared\BuildRequest.cs (1)
413
Assumed.
False
(IsConfigurationResolved, "Configuration already resolved");
BackEnd\Shared\BuildRequestConfiguration.cs (2)
403
Assumed.
False
(IsCached, "We shouldn't be accessing the ProjectInstance when the configuration is cached.");
617
Assumed.
False
(IsCached, "Configuration is cached, we shouldn't be accessing the lookup.");
Definition\Project.cs (2)
1803
Assumed.
False
(implementationInternal.IsZombified, "OM_ProjectIsNoLongerActive");
3766
Assumed.
False
(IsDirty, "Should not be dirty now");
Evaluation\Expander.cs (1)
2122
Assumed.
False
(matchesEnumerator.MoveNext(), "Expected just one item vector");
Evaluation\ProjectRootElementCache.cs (1)
253
Assumed.
False
(System.Threading.Monitor.IsEntered(_locker), "Detected lock ordering inversion in ProjectRootElementCache.");
Graph\ProjectInterpretation.cs (2)
284
Assumed.
False
(string.IsNullOrWhiteSpace(globalPropertyName), "Must have an inner build property");
285
Assumed.
False
(string.IsNullOrWhiteSpace(globalPropertyValues), "Must have values for the inner build property");
Instance\TaskRegistry.cs (1)
288
Assumed.
False
(taskRegistry._isInitialized, "Attempt to modify TaskRegistry after it was initialized.");
Microsoft.Build.Framework (2)
FileUtilities_TempFiles.cs (1)
195
Assumed.
False
(FileSystems.Default.FileExists(file), "Guid should be unique");
Utilities\AssemblyNameExtension.cs (1)
327
Assumed.
False
(immutable, "Object is immutable cannot replace the version");
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Reference.cs (1)
621
Assumed.
False
((IsPrimary && _primarySourceItem == null), "A primary reference must have a primary source item.");