15 references to WriteElementStringRaw
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Serialization\PrimitiveXmlSerializers.cs (14)
31
WriteElementStringRaw
(@"int", @"", Microsoft.Xml.XmlConvert.ToString((System.Int32)((System.Int32)o)));
42
WriteElementStringRaw
(@"boolean", @"", Microsoft.Xml.XmlConvert.ToString((System.Boolean)((System.Boolean)o)));
53
WriteElementStringRaw
(@"short", @"", Microsoft.Xml.XmlConvert.ToString((System.Int16)((System.Int16)o)));
64
WriteElementStringRaw
(@"long", @"", Microsoft.Xml.XmlConvert.ToString((System.Int64)((System.Int64)o)));
75
WriteElementStringRaw
(@"float", @"", Microsoft.Xml.XmlConvert.ToString((System.Single)((System.Single)o)));
86
WriteElementStringRaw
(@"double", @"", Microsoft.Xml.XmlConvert.ToString((System.Double)((System.Double)o)));
97
WriteElementStringRaw
(@"decimal", @"", Microsoft.Xml.XmlConvert.ToString((System.Decimal)((System.Decimal)o)));
108
WriteElementStringRaw
(@"dateTime", @"", FromDateTime(((System.DateTime)o)));
119
WriteElementStringRaw
(@"unsignedByte", @"", Microsoft.Xml.XmlConvert.ToString((System.Byte)((System.Byte)o)));
130
WriteElementStringRaw
(@"byte", @"", Microsoft.Xml.XmlConvert.ToString((System.SByte)((System.SByte)o)));
141
WriteElementStringRaw
(@"unsignedShort", @"", Microsoft.Xml.XmlConvert.ToString((System.UInt16)((System.UInt16)o)));
152
WriteElementStringRaw
(@"unsignedInt", @"", Microsoft.Xml.XmlConvert.ToString((System.UInt32)((System.UInt32)o)));
163
WriteElementStringRaw
(@"unsignedLong", @"", Microsoft.Xml.XmlConvert.ToString((System.UInt64)((System.UInt64)o)));
186
WriteElementStringRaw
(@"guid", @"", Microsoft.Xml.XmlConvert.ToString((System.Guid)((System.Guid)o)));
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
263
WriteElementStringRaw
(@"verbose", @"http://microsoft.com/webReference/", Microsoft.Xml.XmlConvert.ToString((System.Boolean)((System.Boolean)o.@Verbose)));