2 writes to FixedValue
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1273
builder._attribute.
FixedValue
= value;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
9166
o.
@FixedValue
= Reader.Value;
24 references to FixedValue
dotnet-svcutil-lib (24)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
2259
originalStringValue = (schemaAttr.DefaultValue != null) ? schemaAttr.DefaultValue : schemaAttr.
FixedValue
;
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (1)
675
originalStringValue = (schemaAttr.DefaultValue != null) ? schemaAttr.DefaultValue : schemaAttr.
FixedValue
;
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1249
if (attribute.DefaultValue != null && attribute.
FixedValue
!= null)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (8)
2080
if (a.
FixedValue
!= null)
2086
else if (xa.
FixedValue
!= null)
2088
if (xa.
FixedValue
!= a.
FixedValue
)
2096
decl.DefaultValueRaw = decl.DefaultValueExpanded = a.
FixedValue
;
2102
if (xa.DefaultValue == null && xa.
FixedValue
== null)
2147
if (xa.DefaultValue != null || xa.
FixedValue
!= null)
2157
decl.DefaultValueRaw = decl.DefaultValueExpanded = xa.
FixedValue
;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
896
if (attribute.DefaultValue != null && attribute.
FixedValue
!= null)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (6)
2500
if (a.
FixedValue
== null && a.DefaultValue == null)
2504
else if (a.
FixedValue
!= null)
2510
else if (xa.
FixedValue
!= null)
2512
object refFixedValue = datatype.ParseValue(xa.
FixedValue
, NameTable, new SchemaNamespaceManager(xa), true);
2580
if (xa.DefaultValue != null || xa.
FixedValue
!= null)
2597
decl.DefaultValueRaw = decl.DefaultValueExpanded = xa.
FixedValue
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
305
WriteAttribute(@"fixed", @"", ((System.String)o.
@FixedValue
));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (4)
1745
else if (defaultValueProvider.
FixedValue
!= null)
1747
accessor.Default = defaultValueProvider.
FixedValue
;
1756
else if (attribute.
FixedValue
!= null)
1758
accessor.Default = attribute.
FixedValue
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4119
WriteAttribute(@"fixed", @"", ((global::System.String)o.
@FixedValue
));