26 references to WriteElementStringRaw
System.Web.Extensions (10)
Compilation\XmlSerializer\SvcMapFileSerializer.cs (10)
183
WriteElementStringRaw
(@"GenerateAsynchronousMethods", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@GenerateAsynchronousMethods)));
185
WriteElementStringRaw
(@"GenerateTaskBasedAsynchronousMethod", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@GenerateTaskBasedAsynchronousMethod)));
187
WriteElementStringRaw
(@"EnableDataBinding", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@EnableDataBinding)));
198
WriteElementStringRaw
(@"ImportXmlTypes", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@ImportXmlTypes)));
199
WriteElementStringRaw
(@"GenerateInternalTypes", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@GenerateInternalTypes)));
200
WriteElementStringRaw
(@"GenerateMessageContracts", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@GenerateMessageContracts)));
221
WriteElementStringRaw
(@"GenerateSerializableTypes", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@GenerateSerializableTypes)));
224
WriteElementStringRaw
(@"UseSerializerForFaults", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@UseSerializerForFaults)));
227
WriteElementStringRaw
(@"Wrapped", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@Wrapped)));
229
WriteElementStringRaw
(@"ReferenceAllAssemblies", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@ReferenceAllAssemblies)));
System.Web.Services (1)
System\Web\Services\Description\WebReferenceOptions.cs (1)
226
WriteElementStringRaw
(@"verbose", @"http://microsoft.com/webReference/", System.Xml.XmlConvert.ToString((System.Boolean)((System.Boolean)o.@Verbose)));
System.Xml (15)
System\Xml\Serialization\PrimitiveXmlSerializers.cs (15)
27
WriteElementStringRaw
(@"int", @"", System.Xml.XmlConvert.ToString((System.Int32)((System.Int32)o)));
36
WriteElementStringRaw
(@"boolean", @"", System.Xml.XmlConvert.ToString((System.Boolean)((System.Boolean)o)));
45
WriteElementStringRaw
(@"short", @"", System.Xml.XmlConvert.ToString((System.Int16)((System.Int16)o)));
54
WriteElementStringRaw
(@"long", @"", System.Xml.XmlConvert.ToString((System.Int64)((System.Int64)o)));
63
WriteElementStringRaw
(@"float", @"", System.Xml.XmlConvert.ToString((System.Single)((System.Single)o)));
72
WriteElementStringRaw
(@"double", @"", System.Xml.XmlConvert.ToString((System.Double)((System.Double)o)));
81
WriteElementStringRaw
(@"decimal", @"", System.Xml.XmlConvert.ToString((System.Decimal)((System.Decimal)o)));
90
WriteElementStringRaw
(@"dateTime", @"", FromDateTime(((System.DateTime)o)));
99
WriteElementStringRaw
(@"unsignedByte", @"", System.Xml.XmlConvert.ToString((System.Byte)((System.Byte)o)));
108
WriteElementStringRaw
(@"byte", @"", System.Xml.XmlConvert.ToString((System.SByte)((System.SByte)o)));
117
WriteElementStringRaw
(@"unsignedShort", @"", System.Xml.XmlConvert.ToString((System.UInt16)((System.UInt16)o)));
126
WriteElementStringRaw
(@"unsignedInt", @"", System.Xml.XmlConvert.ToString((System.UInt32)((System.UInt32)o)));
135
WriteElementStringRaw
(@"unsignedLong", @"", System.Xml.XmlConvert.ToString((System.UInt64)((System.UInt64)o)));
154
WriteElementStringRaw
(@"guid", @"", System.Xml.XmlConvert.ToString((System.Guid)((System.Guid)o)));
166
WriteElementStringRaw
(@"TimeSpan", @"", System.Xml.XmlConvert.ToString(timeSpan));