8 references to Parse
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_StructLayout.cs (1)
202expectedSize = uint.Parse(part.Substring(1));
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Attributes\AttributeTests_StructLayout.vb (1)
379expectedSize = UInteger.Parse(part.Substring(1))
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1827value = uint.Parse(data);
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),