Base:
method
WriteValue
Microsoft.Xml.XmlWriter.WriteValue(System.DateTime)
2 references to WriteValue
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
1182
WriteValue
((DateTime)value);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1205
WriteValue
(reader.ReadContentAsDateTimeOffset().DateTime);