13 writes to IsFixed
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2124
builder._facet.
IsFixed
= builder.ParseBoolean(value, "fixed");
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (12)
9617
o.
@IsFixed
= Microsoft.Xml.XmlConvert.ToBoolean(Reader.Value);
9704
o.
@IsFixed
= Microsoft.Xml.XmlConvert.ToBoolean(Reader.Value);
9791
o.
@IsFixed
= Microsoft.Xml.XmlConvert.ToBoolean(Reader.Value);
9878
o.
@IsFixed
= Microsoft.Xml.XmlConvert.ToBoolean(Reader.Value);
9965
o.
@IsFixed
= Microsoft.Xml.XmlConvert.ToBoolean(Reader.Value);
10052
o.
@IsFixed
= Microsoft.Xml.XmlConvert.ToBoolean(Reader.Value);
10139
o.
@IsFixed
= Microsoft.Xml.XmlConvert.ToBoolean(Reader.Value);
10226
o.
@IsFixed
= Microsoft.Xml.XmlConvert.ToBoolean(Reader.Value);
10313
o.
@IsFixed
= Microsoft.Xml.XmlConvert.ToBoolean(Reader.Value);
10400
o.
@IsFixed
= Microsoft.Xml.XmlConvert.ToBoolean(Reader.Value);
10487
o.
@IsFixed
= Microsoft.Xml.XmlConvert.ToBoolean(Reader.Value);
10574
o.
@IsFixed
= Microsoft.Xml.XmlConvert.ToBoolean(Reader.Value);
27 references to IsFixed
dotnet-svcutil-lib (27)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
765
if (facet.
IsFixed
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (2)
721
if (o.
IsFixed
)
723
WriteAttribute(@"fixed", @"", XmlConvert.ToString(o.
IsFixed
));
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (24)
3355
if (((global::System.Boolean)o.
@IsFixed
) != false)
3357
WriteAttribute(@"fixed", @"", Microsoft.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@IsFixed
)));
3397
if (((global::System.Boolean)o.
@IsFixed
) != false)
3399
WriteAttribute(@"fixed", @"", Microsoft.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@IsFixed
)));
3439
if (((global::System.Boolean)o.
@IsFixed
) != false)
3441
WriteAttribute(@"fixed", @"", Microsoft.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@IsFixed
)));
3481
if (((global::System.Boolean)o.
@IsFixed
) != false)
3483
WriteAttribute(@"fixed", @"", Microsoft.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@IsFixed
)));
3523
if (((global::System.Boolean)o.
@IsFixed
) != false)
3525
WriteAttribute(@"fixed", @"", Microsoft.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@IsFixed
)));
3565
if (((global::System.Boolean)o.
@IsFixed
) != false)
3567
WriteAttribute(@"fixed", @"", Microsoft.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@IsFixed
)));
3607
if (((global::System.Boolean)o.
@IsFixed
) != false)
3609
WriteAttribute(@"fixed", @"", Microsoft.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@IsFixed
)));
3649
if (((global::System.Boolean)o.
@IsFixed
) != false)
3651
WriteAttribute(@"fixed", @"", Microsoft.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@IsFixed
)));
3691
if (((global::System.Boolean)o.
@IsFixed
) != false)
3693
WriteAttribute(@"fixed", @"", Microsoft.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@IsFixed
)));
3733
if (((global::System.Boolean)o.
@IsFixed
) != false)
3735
WriteAttribute(@"fixed", @"", Microsoft.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@IsFixed
)));
3775
if (((global::System.Boolean)o.
@IsFixed
) != false)
3777
WriteAttribute(@"fixed", @"", Microsoft.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@IsFixed
)));
3817
if (((global::System.Boolean)o.
@IsFixed
) != false)
3819
WriteAttribute(@"fixed", @"", Microsoft.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@IsFixed
)));