3 references to TrimStart
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
TargetPickerUi.cs (1)
387
if (devtoolsFrontendUrl.AsSpan().
TrimStart
('/').StartsWith(DefaultBrowserDevToolsPagePath))
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\AbstractMetadataAsSourceService.DocCommentFormatter.cs (1)
178
span = span.
TrimStart
(' ');
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
97
return typeInfoName.AsSpan().
TrimStart
('_').ToString();