2 references to Trim
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1819var id = valueMemory.Slice(nextIndex, index - nextIndex).Trim().ToString();
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Linux\Disk\DiskStatsReader.cs (1)
34string line = enumerableLines.Current.Trim().ToString();