3 writes to FixedValue
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (1)
2410
newElement.
FixedValue
= copyElement.FixedValue;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1377
builder._element.
FixedValue
= value;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
10822
o.
@FixedValue
= Reader.Value;
21 references to FixedValue
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
2631
return (schemaElem.DefaultValue != null) ? schemaElem.DefaultValue : schemaElem.
FixedValue
;
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (1)
2410
newElement.FixedValue = copyElement.
FixedValue
;
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1373
element.
FixedValue
!= null ||
1378
if (element.DefaultValue != null && element.
FixedValue
!= null)
1454
if (element.DefaultValue != null && element.
FixedValue
!= null)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (5)
1416
(baseElement.
FixedValue
== null || baseElement.
FixedValue
== derivedElement.
FixedValue
) &&
2369
if (xe.DefaultValue != null || xe.
FixedValue
!= null)
2383
decl.DefaultValueRaw = xe.
FixedValue
;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
1020
element.
FixedValue
!= null ||
1025
if (element.DefaultValue != null && element.
FixedValue
!= null)
1101
if (element.DefaultValue != null && element.
FixedValue
!= null)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
1654
(baseElement.
FixedValue
== null || IsFixedEqual(baseElement.ElementDecl, derivedElement.ElementDecl)) &&
2801
if (xe.DefaultValue != null || xe.
FixedValue
!= null)
2815
decl.DefaultValueRaw = xe.
FixedValue
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
984
WriteAttribute(@"fixed", @"", o.
FixedValue
);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
351
else if (element.
FixedValue
!= null)
353
accessor.Default = element.
FixedValue
;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
1367
if (element.
FixedValue
!= null)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
2856
WriteAttribute(@"fixed", @"", ((global::System.String)o.
@FixedValue
));