5 references to ParseNextUInt64
System.Diagnostics.Process (5)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (5)
127results.utime = parser.ParseNextUInt64(); 128results.stime = parser.ParseNextUInt64(); 135results.starttime = parser.ParseNextUInt64(); 136results.vsize = parser.ParseNextUInt64(); 138results.rsslim = parser.ParseNextUInt64();