6 references to Parse
mscorlib (2)
system\convert.cs (1)
1003return UInt16.Parse(value, CultureInfo.CurrentCulture);
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (1)
928uint16A[index] = UInt16.Parse(value, CultureInfo.InvariantCulture);
PresentationFramework (1)
src\Framework\System\Windows\Documents\Glyphs.cs (1)
469glyphIndex = ushort.Parse(glyphIndexString, CultureInfo.InvariantCulture);
System (1)
compmod\system\componentmodel\UInt16Converter.cs (1)
54return UInt16.Parse(value, culture);
System.Web (2)
State\OutOfProcStateClientManager.cs (2)
212port = UInt16.Parse(ipv6RegexMatch.Groups["port"].Value, CultureInfo.InvariantCulture); 223port = UInt16.Parse(parts[1], CultureInfo.InvariantCulture);