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