19 writes to Value
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
436
facet.
Value
= enumDataContract.Members[i].Name;
System.Web.Services (12)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (12)
7739
o.
@Value
= Reader.Value;
7811
o.
@Value
= Reader.Value;
7883
o.
@Value
= Reader.Value;
7955
o.
@Value
= Reader.Value;
8027
o.
@Value
= Reader.Value;
8099
o.
@Value
= Reader.Value;
8171
o.
@Value
= Reader.Value;
8243
o.
@Value
= Reader.Value;
8315
o.
@Value
= Reader.Value;
8387
o.
@Value
= Reader.Value;
8459
o.
@Value
= Reader.Value;
8531
o.
@Value
= Reader.Value;
System.Xml (6)
System\Xml\Schema\Preprocessor.cs (2)
389
space_default.
Value
= "default";
392
space_preserve.
Value
= "preserve";
System\Xml\Schema\XsdBuilder.cs (1)
1954
builder.facet.
Value
= value;
System\Xml\Serialization\SoapSchemaExporter.cs (1)
365
enumeration.
Value
= constant.XmlName;
System\Xml\Serialization\Types.cs (1)
484
guidPattern.
Value
= "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}";
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1023
enumeration.
Value
= constant.XmlName;
43 references to Value
System.Data (10)
fx\src\data\System\Data\SimpleType.cs (10)
130
length = Convert.ToInt32(facet.
Value
, null);
133
minLength = Convert.ToInt32(facet.
Value
, null);
136
maxLength = Convert.ToInt32(facet.
Value
, null);
139
pattern = facet.
Value
;
142
enumeration = !Common.ADP.IsEmpty(enumeration) ? enumeration + " " + facet.
Value
: facet.
Value
;
145
minExclusive = facet.
Value
;
148
minInclusive = facet.
Value
;
151
maxExclusive = facet.
Value
;
154
maxInclusive = facet.
Value
;
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaImporter.cs (2)
1216
if (enumFacet.
Value
== null)
1224
DataMember dataMember = new DataMember(enumFacet.
Value
);
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (1)
350
return enumeration.
Value
;
System.Web.Extensions (2)
Script\Services\WebServiceTypeData.cs (2)
301
Debug.Assert(enumFacet.
Value
!= null);
319
enumNames.Add(enumFacet.
Value
);
System.Web.Services (12)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (12)
2641
WriteAttribute(@"value", @"", ((global::System.String)o.
@Value
));
2675
WriteAttribute(@"value", @"", ((global::System.String)o.
@Value
));
2709
WriteAttribute(@"value", @"", ((global::System.String)o.
@Value
));
2743
WriteAttribute(@"value", @"", ((global::System.String)o.
@Value
));
2777
WriteAttribute(@"value", @"", ((global::System.String)o.
@Value
));
2811
WriteAttribute(@"value", @"", ((global::System.String)o.
@Value
));
2845
WriteAttribute(@"value", @"", ((global::System.String)o.
@Value
));
2879
WriteAttribute(@"value", @"", ((global::System.String)o.
@Value
));
2913
WriteAttribute(@"value", @"", ((global::System.String)o.
@Value
));
2947
WriteAttribute(@"value", @"", ((global::System.String)o.
@Value
));
2981
WriteAttribute(@"value", @"", ((global::System.String)o.
@Value
));
3015
WriteAttribute(@"value", @"", ((global::System.String)o.
@Value
));
System.Xml (16)
System\Xml\Schema\FacetChecker.cs (8)
137
regStr.Append(facet.
Value
);
143
regStr.Append(facet.
Value
);
160
if (facet.
Value
== "preserve") {
163
else if (facet.
Value
== "replace") {
166
else if (facet.
Value
== "collapse") {
170
throw new XmlSchemaException(Res.Sch_InvalidWhiteSpace, facet.
Value
, facet);
551
Exception ex = datatype.TryParseValue(facet.
Value
, nameTable, nsmgr, out typedValue);
742
if (facet.
Value
== null) {
System\Xml\Serialization\SchemaObjectWriter.cs (3)
35
return String.Compare(f1.GetType().Name + ":" + f1.
Value
, f2.GetType().Name + ":" + f2.
Value
, StringComparison.Ordinal);
593
WriteAttribute("value", "", o.
Value
);
System\Xml\Serialization\SoapSchemaImporter.cs (2)
575
string constantName = CodeIdentifier.MakeValid(enumeration.
Value
);
577
constant.XmlName = enumeration.
Value
;
System\Xml\Serialization\XmlSchemaImporter.cs (3)
1624
XmlCustomFormatter.ToDefaultValue(enumeration.
Value
, sourceTypeDesc.FormatterName);
1627
string constantName = CodeIdentifier.MakeValid(enumeration.
Value
);
1629
constant.XmlName = enumeration.
Value
;