3 references to XsdKatmaiDateToDateTime
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\SqlUtils.cs (2)
949return (DateTimeOffset)XsdKatmaiDateToDateTime(data, offset); 990DateTime dt = XsdKatmaiDateToDateTime(data, offset);
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
3834return BinXmlDateTime.XsdKatmaiDateToDateTime(_data, _tokDataPos);