1 write to IsFixed
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2119
builder._facet!.
IsFixed
= builder.ParseBoolean(value, "fixed");
3 references to IsFixed
System.Private.Xml (3)
System\Xml\Schema\FacetChecker.cs (1)
761
if (facet.
IsFixed
)
System\Xml\Serialization\SchemaObjectWriter.cs (2)
720
if (o.
IsFixed
)
722
WriteAttribute(@"fixed", @"", XmlConvert.ToString(o.
IsFixed
));