13 writes to IsFixed
System.Web.Services (12)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (12)
7743o.@IsFixed = System.Xml.XmlConvert.ToBoolean(Reader.Value); 7815o.@IsFixed = System.Xml.XmlConvert.ToBoolean(Reader.Value); 7887o.@IsFixed = System.Xml.XmlConvert.ToBoolean(Reader.Value); 7959o.@IsFixed = System.Xml.XmlConvert.ToBoolean(Reader.Value); 8031o.@IsFixed = System.Xml.XmlConvert.ToBoolean(Reader.Value); 8103o.@IsFixed = System.Xml.XmlConvert.ToBoolean(Reader.Value); 8175o.@IsFixed = System.Xml.XmlConvert.ToBoolean(Reader.Value); 8247o.@IsFixed = System.Xml.XmlConvert.ToBoolean(Reader.Value); 8319o.@IsFixed = System.Xml.XmlConvert.ToBoolean(Reader.Value); 8391o.@IsFixed = System.Xml.XmlConvert.ToBoolean(Reader.Value); 8463o.@IsFixed = System.Xml.XmlConvert.ToBoolean(Reader.Value); 8535o.@IsFixed = System.Xml.XmlConvert.ToBoolean(Reader.Value);
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1950builder.facet.IsFixed = builder.ParseBoolean(value, "fixed");
27 references to IsFixed
System.Web.Services (24)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (24)
2642if (((global::System.Boolean)o.@IsFixed) != false) { 2643WriteAttribute(@"fixed", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsFixed))); 2676if (((global::System.Boolean)o.@IsFixed) != false) { 2677WriteAttribute(@"fixed", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsFixed))); 2710if (((global::System.Boolean)o.@IsFixed) != false) { 2711WriteAttribute(@"fixed", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsFixed))); 2744if (((global::System.Boolean)o.@IsFixed) != false) { 2745WriteAttribute(@"fixed", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsFixed))); 2778if (((global::System.Boolean)o.@IsFixed) != false) { 2779WriteAttribute(@"fixed", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsFixed))); 2812if (((global::System.Boolean)o.@IsFixed) != false) { 2813WriteAttribute(@"fixed", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsFixed))); 2846if (((global::System.Boolean)o.@IsFixed) != false) { 2847WriteAttribute(@"fixed", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsFixed))); 2880if (((global::System.Boolean)o.@IsFixed) != false) { 2881WriteAttribute(@"fixed", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsFixed))); 2914if (((global::System.Boolean)o.@IsFixed) != false) { 2915WriteAttribute(@"fixed", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsFixed))); 2948if (((global::System.Boolean)o.@IsFixed) != false) { 2949WriteAttribute(@"fixed", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsFixed))); 2982if (((global::System.Boolean)o.@IsFixed) != false) { 2983WriteAttribute(@"fixed", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsFixed))); 3016if (((global::System.Boolean)o.@IsFixed) != false) { 3017WriteAttribute(@"fixed", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsFixed)));
System.Xml (3)
System\Xml\Schema\FacetChecker.cs (1)
629if (facet.IsFixed) {
System\Xml\Serialization\SchemaObjectWriter.cs (2)
594if (o.IsFixed) { 595WriteAttribute(@"fixed", @"", XmlConvert.ToString(o.IsFixed));