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