2 writes to FixedValue
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1266builder._attribute!.FixedValue = value;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9079o.@FixedValue = Reader.Value;
26 references to FixedValue
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
2334strDefault = attr.FixedValue;
System.Private.Xml (23)
System\Xml\Core\XsdValidatingReader.cs (1)
2375originalStringValue = schemaAttr.DefaultValue ?? schemaAttr.FixedValue!;
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
701originalStringValue = schemaAttr.DefaultValue ?? schemaAttr.FixedValue!;
System\Xml\Schema\Preprocessor.cs (1)
1216if (attribute.DefaultValue != null && attribute.FixedValue != null)
System\Xml\Schema\SchemaCollectionCompiler.cs (8)
2002if (a.FixedValue != null) 2008else if (xa.FixedValue != null) 2010if (xa.FixedValue != a.FixedValue) 2018decl.DefaultValueRaw = decl.DefaultValueExpanded = a.FixedValue; 2024if (xa.DefaultValue == null && xa.FixedValue == null) 2066if (xa.DefaultValue != null || xa.FixedValue != null) 2076decl.DefaultValueRaw = decl.DefaultValueExpanded = xa.FixedValue!;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
888if (attribute.DefaultValue != null && attribute.FixedValue != null)
System\Xml\Schema\SchemaSetCompiler.cs (6)
2445if (a.FixedValue == null && a.DefaultValue == null) 2449else if (a.FixedValue != null) 2455else if (xa.FixedValue != null) 2457object refFixedValue = datatype.ParseValue(xa.FixedValue, NameTable, new SchemaNamespaceManager(xa), true); 2522if (xa.DefaultValue != null || xa.FixedValue != null) 2540decl.DefaultValueRaw = decl.DefaultValueExpanded = xa.FixedValue!;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
304WriteAttribute(@"fixed", @"", ((string?)o.@FixedValue));
System\Xml\Serialization\XmlSchemaImporter.cs (4)
1604else if (defaultValueProvider.FixedValue != null) 1606accessor.Default = defaultValueProvider.FixedValue; 1615else if (attribute.FixedValue != null) 1617accessor.Default = attribute.FixedValue;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
135string? s = saCopy.FixedValue;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3841WriteAttribute(@"fixed", @"", ((global::System.String)o.@FixedValue));