5 references to AsSpan
System.ComponentModel.TypeConverter (1)
System\ComponentModel\EnumConverter.cs (1)
92
convertedValue |= GetEnumValue(isUnderlyingTypeUInt64, Enum.Parse(EnumType, strValue.
AsSpan
(v), true), culture);
System.Net.HttpListener (1)
System\Net\Managed\HttpListenerRequest.Managed.cs (1)
95
ReadOnlySpan<char> version = req.
AsSpan
(parts[2]);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (2)
2436
while (endIndex >= index && this.
AsSpan
(index..(endIndex + 1)).EndsWith(trimChars))
2584
while (endIndex >= 0 && this.
AsSpan
(..(endIndex + 1)).EndsWith(trimChars))
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\LinkUtilities.cs (1)
49
int.TryParse(s.
AsSpan
(rgbs[i]), out rgb[i]);