6 references to Parse
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_StructLayout.cs (1)
202
expectedSize = uint.
Parse
(part.Substring(1));
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Attributes\AttributeTests_StructLayout.vb (1)
379
expectedSize = UInteger.
Parse
(part.Substring(1))
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1827
value = uint.
Parse
(data);
System.Private.CoreLib (2)
src\libraries\Common\src\System\IO\StringParser.cs (1)
253
Debug.Assert(result == uint.
Parse
(ExtractCurrent()), "Expected manually parsed result to match Parse result");
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
1211
return uint.
Parse
(value);
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\ReflectionJsonFormatReader.cs (1)
223
TypeCode.UInt32 => uint.
Parse
(keyString),