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