2 references to TryParseInt32
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (2)
122
if (
TryParseInt32
(buffer, offset, count, out value))
548
if (!
TryParseInt32
(chars, offset, count, out value))