8 references to NotEqual
Microsoft.Build (6)
BackEnd\Client\MSBuildClientPacketPump.cs (1)
285Assumed.NotEqual(bytesRead, 0, $"Incomplete packet read. {packetBytesRead} of {packetLength} bytes read");
BackEnd\Components\BuildRequestEngine\BuildRequestEntry.cs (1)
396Assumed.NotEqual(_blockingGlobalRequestId, BuildRequest.InvalidGlobalRequestId, $"Entry must be waiting on another request to be unblocked. Config: {RequestConfiguration.ConfigurationId} Request: {Request.GlobalRequestId}");
BackEnd\Components\Communications\NodeEndpointInProc.cs (1)
328Assumed.NotEqual(_status, newStatus, $"Attempting to change status to existing status {_status}.");
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
627Assumed.NotEqual(
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
772Assumed.NotEqual(_state, TargetEntryState.Completed, $"State must not be Completed. State is {_state}.");
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
292Assumed.NotEqual(_status, newStatus, $"Attempting to change status to existing status {_status}.");
Microsoft.Build.Framework (1)
Assumed.cs (1)
1071/// Conditional interpolated string handler for <see cref="NotEqual{T}(T, T, ref NotEqualInterpolatedStringHandler{T})"/>.
MSBuild (1)
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
292Assumed.NotEqual(_status, newStatus, $"Attempting to change status to existing status {_status}.");