6 references to Zero
Microsoft.Build (1)
BackEnd\Components\Scheduler\SchedulingData.cs (1)
682
Assumed.
Zero
(GetRequestsAssignedToConfigurationCount(configurationId), $"Configuration with ID {configurationId} cannot be unassigned from a node, because there are requests scheduled with that configuration.");
Microsoft.Build.Framework (4)
Assumed.cs (1)
1257
/// Conditional interpolated string handler for <see cref="
Zero
(int, ref ZeroInterpolatedStringHandler)"/>.
Coordinator\Messages\Message.FactoryBase.cs (1)
50
Assumed.
Zero
(extendedFields & ~SupportedExtendedFields, $"Message type {MessageType} contains unsupported extended fields.");
Coordinator\Messages\Message.FactoryBase.Group.cs (1)
24
Assumed.
Zero
(GetTypeByte(factory.MessageType) & ExtendedBit, $"{typeof(TMessageType).Name} value {factory.MessageType} uses the reserved extended-fields bit.");
Utilities\TypeExtensions.cs (1)
70
Assumed.
Zero
(
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
1195
Assumed.
Zero
(_activeTaskCount, $"Why are we getting a TaskHostConfiguration packet while a task is actively executing? activeTaskCount={_activeTaskCount}");