3 references to StartsWith
Microsoft.Build (1)
BuildCheck\Checks\ExecCliBuildCheck.cs (1)
131if (normalizedBuildCommand.StartsWith(buildCommand.AsSpan()))
Shared (2)
ServerSentEvents\SseParser_1.cs (2)
293return _lineBuffer.AsSpan(_newlineIndex, _lineLength - (_newlineIndex - _lineOffset)).StartsWith(CRLF) ? 2 : 1; 550if (_lineBuffer.AsSpan(0, _lineLength).StartsWith(Utf8Bom))