3 writes to FixedValue
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8740o.@FixedValue = Reader.Value;
System.Xml (2)
System\Xml\Schema\Inference\Infer.cs (1)
2371newElement.FixedValue = copyElement.FixedValue;
System\Xml\Schema\XsdBuilder.cs (1)
1295builder.element.FixedValue = value;
22 references to FixedValue
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1372if (element.FixedValue != null)
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
2242WriteAttribute(@"fixed", @"", ((global::System.String)o.@FixedValue));
System.Xml (19)
System\Xml\Core\XsdValidatingReader.cs (1)
2181return ( schemaElem.DefaultValue != null ) ? schemaElem.DefaultValue : schemaElem.FixedValue;
System\Xml\Schema\Inference\Infer.cs (1)
2371newElement.FixedValue = copyElement.FixedValue;
System\Xml\Schema\Preprocessor.cs (3)
1128element.FixedValue != null || 1132if (element.DefaultValue != null && element.FixedValue != null) { 1190if (element.DefaultValue != null && element.FixedValue != null) {
System\Xml\Schema\SchemaCollectionCompiler.cs (5)
1120(baseElement.FixedValue == null || baseElement.FixedValue == derivedElement.FixedValue) && 1879if (xe.DefaultValue != null || xe.FixedValue != null) { 1888decl.DefaultValueRaw = xe.FixedValue;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
818element.FixedValue != null || 822if (element.DefaultValue != null && element.FixedValue != null) { 880if (element.DefaultValue != null && element.FixedValue != null) {
System\Xml\Schema\SchemaSetCompiler.cs (3)
1309(baseElement.FixedValue == null || IsFixedEqual(baseElement.ElementDecl, derivedElement.ElementDecl) ) && 2226if (xe.DefaultValue != null || xe.FixedValue != null) { 2235decl.DefaultValueRaw = xe.FixedValue;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
820WriteAttribute(@"fixed", @"", o.FixedValue);
System\Xml\Serialization\XmlSchemaImporter.cs (2)
320else if (element.FixedValue != null) { 321accessor.Default = element.FixedValue;
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
121string s = se.FixedValue;