1 override of ToInt64
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (1)
448public override long ToInt64(string value) { return (long)ChangeType((object)value, Int64Type, null); }
2 references to ToInt64
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (2)
369return schemaType.ValueConverter.ToInt64(Value); 385return XmlUntypedConverter.Untyped.ToInt64(Value);