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