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