82 references to WriteAttribute
dotnet-svcutil-lib (82)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (82)
179WriteAttribute(localName, ns, value.ToString()); 209WriteAttribute(a.Name, a.NamespaceURI, a.Value); 302WriteAttribute(@"id", @"", ((System.String)o.@Id)); 304WriteAttribute(@"default", @"", ((System.String)o.@DefaultValue)); 305WriteAttribute(@"fixed", @"", ((System.String)o.@FixedValue)); 310WriteAttribute(@"form", @"", "qualified"); 314WriteAttribute(@"form", @"", "unqualified"); 317WriteAttribute(@"name", @"", ((System.String)o.@Name)); 328WriteAttribute(@"use", @"", Write30_XmlSchemaUse(use)); 496WriteAttribute(@"id", @"", ((System.String)o.@Id)); 522WriteAttribute(@"source", @"", ((System.String)o.@Source)); 523WriteAttribute(@"lang", @"http://www.w3.org/XML/1998/namespace", ((System.String)o.@Language)); 531WriteAttribute("xml", "", ai.OuterXml); 542WriteAttribute("source", "", o.Source); 550WriteAttribute("xml", "", ai.OuterXml); 561WriteAttribute(@"id", @"", ((System.String)o.@Id)); 563WriteAttribute(@"name", @"", ((System.String)o.@Name)); 564WriteAttribute(@"final", @"", Write11_XmlSchemaDerivationMethod(o.FinalResolved)); 591WriteAttribute(@"id", @"", ((System.String)o.@Id)); 623WriteAttribute(@"id", @"", ((System.String)o.@Id)); 638WriteAttribute(@"id", @"", ((System.String)o.@Id)); 719WriteAttribute("id", "", o.Id); 720WriteAttribute("value", "", o.Value); 723WriteAttribute(@"fixed", @"", XmlConvert.ToString(o.IsFixed)); 748WriteAttribute(@"id", @"", ((System.String)o.@Id)); 749WriteAttribute(@"name", @"", ((System.String)o.@Name)); 762WriteAttribute(@"id", @"", ((System.String)o.@Id)); 778WriteAttribute(@"id", @"", ((System.String)o.@Id)); 779WriteAttribute("namespace", "", ToString(o.NamespaceList)); 781WriteAttribute(@"processContents", @"", Write34_XmlSchemaContentProcessing(process)); 805WriteAttribute(@"id", @"", ((System.String)o.@Id)); 806WriteAttribute(@"name", @"", ((System.String)o.@Name)); 807WriteAttribute(@"final", @"", Write11_XmlSchemaDerivationMethod(o.FinalResolved)); 810WriteAttribute(@"abstract", @"", XmlConvert.ToString((System.Boolean)((System.Boolean)o.@IsAbstract))); 812WriteAttribute(@"block", @"", Write11_XmlSchemaDerivationMethod(o.BlockResolved)); 815WriteAttribute(@"mixed", @"", XmlConvert.ToString((System.Boolean)((System.Boolean)o.@IsMixed))); 853WriteAttribute(@"id", @"", ((System.String)o.@Id)); 872WriteAttribute(@"id", @"", ((System.String)o.@Id)); 888WriteAttribute(@"id", @"", ((System.String)o.@Id)); 907WriteAttribute(@"id", @"", ((System.String)o.@Id)); 908WriteAttribute(@"mixed", @"", XmlConvert.ToString((System.Boolean)((System.Boolean)o.@IsMixed))); 927WriteAttribute(@"id", @"", ((System.String)o.@Id)); 960WriteAttribute(@"id", @"", ((System.String)o.@Id)); 961WriteAttribute("minOccurs", "", XmlConvert.ToString(o.MinOccurs)); 962WriteAttribute("maxOccurs", "", o.MaxOccurs == decimal.MaxValue ? "unbounded" : XmlConvert.ToString(o.MaxOccurs)); 974WriteAttribute(@"id", @"", o.Id); 975WriteAttribute("minOccurs", "", XmlConvert.ToString(o.MinOccurs)); 976WriteAttribute("maxOccurs", "", o.MaxOccurs == decimal.MaxValue ? "unbounded" : XmlConvert.ToString(o.MaxOccurs)); 979WriteAttribute(@"abstract", @"", XmlConvert.ToString((System.Boolean)((System.Boolean)o.@IsAbstract))); 981WriteAttribute(@"block", @"", Write11_XmlSchemaDerivationMethod(o.BlockResolved)); 982WriteAttribute(@"default", @"", o.DefaultValue); 983WriteAttribute(@"final", @"", Write11_XmlSchemaDerivationMethod(o.FinalResolved)); 984WriteAttribute(@"fixed", @"", o.FixedValue); 989WriteAttribute(@"form", @"", "qualified"); 993WriteAttribute(@"form", @"", "unqualified"); 998WriteAttribute(@"name", @"", o.Name); 1002WriteAttribute(@"nillable", @"", XmlConvert.ToString(o.IsNillable)); 1036WriteAttribute(@"id", @"", ((System.String)o.@Id)); 1037WriteAttribute(@"name", @"", ((System.String)o.@Name)); 1079WriteAttribute(@"id", @"", o.@Id); 1080WriteAttribute(@"xpath", @"", o.@XPath); 1092WriteAttribute(@"id", @"", ((System.String)o.@Id)); 1093WriteAttribute(@"name", @"", ((System.String)o.@Name)); 1118WriteAttribute(@"id", @"", ((System.String)o.@Id)); 1119WriteAttribute(@"name", @"", ((System.String)o.@Name)); 1140WriteAttribute(@"id", @"", ((System.String)o.@Id)); 1141WriteAttribute("minOccurs", "", XmlConvert.ToString(o.MinOccurs)); 1142WriteAttribute(@"maxOccurs", @"", o.MaxOccurs == decimal.MaxValue ? "unbounded" : XmlConvert.ToString(o.MaxOccurs)); 1154WriteAttribute(@"id", @"", o.@Id); 1155WriteAttribute("minOccurs", "", XmlConvert.ToString(o.MinOccurs)); 1156WriteAttribute(@"maxOccurs", @"", o.MaxOccurs == decimal.MaxValue ? "unbounded" : XmlConvert.ToString(o.MaxOccurs)); 1157WriteAttribute(@"namespace", @"", ToString(o.NamespaceList)); 1159WriteAttribute(@"processContents", @"", Write34_XmlSchemaContentProcessing(process)); 1170WriteAttribute(@"id", @"", ((System.String)o.@Id)); 1171WriteAttribute("minOccurs", "", XmlConvert.ToString(o.MinOccurs)); 1172WriteAttribute("maxOccurs", "", o.MaxOccurs == decimal.MaxValue ? "unbounded" : XmlConvert.ToString(o.MaxOccurs)); 1211WriteAttribute(@"id", @"", ((System.String)o.@Id)); 1212WriteAttribute("minOccurs", "", XmlConvert.ToString(o.MinOccurs)); 1213WriteAttribute(@"maxOccurs", @"", o.MaxOccurs == decimal.MaxValue ? "unbounded" : XmlConvert.ToString(o.MaxOccurs)); 1229WriteAttribute(@"id", @"", ((System.String)o.@Id)); 1264WriteAttribute(@"id", @"", ((System.String)o.@Id)); 1265WriteAttribute(@"name", @"", ((System.String)o.@Name));