5 references to Slice
Microsoft.Build.Framework (5)
Globbing\MSBuildPathMatcher.cs (2)
408Span<byte> current = stateBuffer.Slice(0, stateCount); 409Span<byte> next = stateBuffer.Slice(stateCount, stateCount);
Utilities\FileMatcher.cs (1)
3164Span<byte> activeExcludeSpan = activeExcludes.Slice(0, excludeCount);
Utilities\ProcessExtensions.cs (2)
187Span<char> decodedChars = charBuffer.Slice(totalChars, charsWritten); 208return charBuffer.Slice(0, totalChars).ToString();