1 override of ToInt32
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (1)
437public override int ToInt32(string value) { return (int)ChangeType((object)value, Int32Type, null); }
2 references to ToInt32
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (2)
331return schemaType.ValueConverter.ToInt32(Value); 347return XmlUntypedConverter.Untyped.ToInt32(Value);