2 writes to @FixedValue
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7374
o.
@FixedValue
= Reader.Value;
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1205
builder.attribute.
FixedValue
= value;
27 references to @FixedValue
System.Data (2)
fx\src\data\System\Data\DataSet.cs (1)
3548
ns = a.
FixedValue
.Trim();
fx\src\data\System\Data\XMLSchema.cs (1)
2029
strDefault = attr.
FixedValue
;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3260
WriteAttribute(@"fixed", @"", ((global::System.String)o.
@FixedValue
));
System.Xml (23)
System\Xml\Core\XsdValidatingReader.cs (1)
1857
originalStringValue = ( schemaAttr.DefaultValue != null ) ? schemaAttr.DefaultValue : schemaAttr.
FixedValue
;
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
569
originalStringValue = ( schemaAttr.DefaultValue != null ) ? schemaAttr.DefaultValue : schemaAttr.
FixedValue
;
System\Xml\Schema\Preprocessor.cs (1)
1031
if (attribute.DefaultValue != null && attribute.
FixedValue
!= null) {
System\Xml\Schema\SchemaCollectionCompiler.cs (8)
1648
if(a.
FixedValue
!= null) {
1652
else if(xa.
FixedValue
!= null ) {
1653
if (xa.
FixedValue
!= a.
FixedValue
) {
1659
decl.DefaultValueRaw = decl.DefaultValueExpanded = a.
FixedValue
;
1664
if(xa.DefaultValue == null && xa.
FixedValue
== null) {
1701
if (xa.DefaultValue != null || xa.
FixedValue
!= null) {
1708
decl.DefaultValueRaw = decl.DefaultValueExpanded = xa.
FixedValue
;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
721
if (attribute.DefaultValue != null && attribute.
FixedValue
!= null) {
System\Xml\Schema\SchemaSetCompiler.cs (6)
1986
if (a.
FixedValue
== null && a.DefaultValue == null) {
1989
else if (a.
FixedValue
!= null) {
1993
else if (xa.
FixedValue
!= null ) {
1994
object refFixedValue = datatype.ParseValue(xa.
FixedValue
, NameTable, new SchemaNamespaceManager(xa), true);
2050
if (xa.DefaultValue != null || xa.
FixedValue
!= null) {
2062
decl.DefaultValueRaw = decl.DefaultValueExpanded = xa.
FixedValue
;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
254
WriteAttribute(@"fixed", @"", ((System.String)o.
@FixedValue
));
System\Xml\Serialization\XmlSchemaImporter.cs (4)
1524
else if (defaultValueProvider.
FixedValue
!= null) {
1525
accessor.Default = defaultValueProvider.
FixedValue
;
1532
else if (attribute.
FixedValue
!= null) {
1533
accessor.Default = attribute.
FixedValue
;
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
110
string s = sa.
FixedValue
;