5 references to Parse
System.Diagnostics.Process (1)
src\libraries\Common\src\System\IO\StringParser.cs (1)
253Debug.Assert(result == uint.Parse(ExtractCurrent()), "Expected manually parsed result to match Parse result");
System.Net.NetworkInformation (1)
src\libraries\Common\src\System\IO\StringParser.cs (1)
253Debug.Assert(result == uint.Parse(ExtractCurrent()), "Expected manually parsed result to match Parse result");
System.Private.CoreLib (2)
src\libraries\Common\src\System\IO\StringParser.cs (1)
253Debug.Assert(result == uint.Parse(ExtractCurrent()), "Expected manually parsed result to match Parse result");
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
1211return uint.Parse(value);
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\ReflectionJsonFormatReader.cs (1)
223TypeCode.UInt32 => uint.Parse(keyString),