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