2 writes to @FixedValue
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7374o.@FixedValue = Reader.Value;
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1205builder.attribute.FixedValue = value;
27 references to @FixedValue
System.Data (2)
fx\src\data\System\Data\DataSet.cs (1)
3548ns = a.FixedValue.Trim();
fx\src\data\System\Data\XMLSchema.cs (1)
2029strDefault = attr.FixedValue;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3260WriteAttribute(@"fixed", @"", ((global::System.String)o.@FixedValue));
System.Xml (23)
System\Xml\Core\XsdValidatingReader.cs (1)
1857originalStringValue = ( schemaAttr.DefaultValue != null ) ? schemaAttr.DefaultValue : schemaAttr.FixedValue;
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
569originalStringValue = ( schemaAttr.DefaultValue != null ) ? schemaAttr.DefaultValue : schemaAttr.FixedValue;
System\Xml\Schema\Preprocessor.cs (1)
1031if (attribute.DefaultValue != null && attribute.FixedValue != null) {
System\Xml\Schema\SchemaCollectionCompiler.cs (8)
1648if(a.FixedValue != null) { 1652else if(xa.FixedValue != null ) { 1653if (xa.FixedValue != a.FixedValue) { 1659decl.DefaultValueRaw = decl.DefaultValueExpanded = a.FixedValue; 1664if(xa.DefaultValue == null && xa.FixedValue == null) { 1701if (xa.DefaultValue != null || xa.FixedValue != null) { 1708decl.DefaultValueRaw = decl.DefaultValueExpanded = xa.FixedValue;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
721if (attribute.DefaultValue != null && attribute.FixedValue != null) {
System\Xml\Schema\SchemaSetCompiler.cs (6)
1986if (a.FixedValue == null && a.DefaultValue == null) { 1989else if (a.FixedValue != null) { 1993else if (xa.FixedValue != null ) { 1994object refFixedValue = datatype.ParseValue(xa.FixedValue, NameTable, new SchemaNamespaceManager(xa), true); 2050if (xa.DefaultValue != null || xa.FixedValue != null) { 2062decl.DefaultValueRaw = decl.DefaultValueExpanded = xa.FixedValue;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
254WriteAttribute(@"fixed", @"", ((System.String)o.@FixedValue));
System\Xml\Serialization\XmlSchemaImporter.cs (4)
1524else if (defaultValueProvider.FixedValue != null) { 1525accessor.Default = defaultValueProvider.FixedValue; 1532else if (attribute.FixedValue != null) { 1533accessor.Default = attribute.FixedValue;
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
110string s = sa.FixedValue;