3 references to StringParser
System.Diagnostics.Process (3)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (1)
111var parser = new StringParser(statFileContents, ' ');
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.ParseMapModules.cs (1)
99var parser = new StringParser(line, separator: ' ', skipEmpty: true);
System\Diagnostics\Process.Unix.cs (1)
737var pathParser = new StringParser(pathEnvVar, ':', skipEmpty: true);