18 writes to Value
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
463space_default.Value = "default"; 466space_preserve.Value = "preserve";
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2129builder._facet.Value = value;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
424enumeration.Value = constant.XmlName;
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
557guidPattern.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}";
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
1205enumeration.Value = constant.XmlName;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (12)
9612o.@Value = Reader.Value; 9699o.@Value = Reader.Value; 9786o.@Value = Reader.Value; 9873o.@Value = Reader.Value; 9960o.@Value = Reader.Value; 10047o.@Value = Reader.Value; 10134o.@Value = Reader.Value; 10221o.@Value = Reader.Value; 10308o.@Value = Reader.Value; 10395o.@Value = Reader.Value; 10482o.@Value = Reader.Value; 10569o.@Value = Reader.Value;
30 references to Value
dotnet-svcutil-lib (30)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (8)
159_regStr.Append(facet.Value); 166_regStr.Append(facet.Value); 186if (facet.Value == "preserve") 190else if (facet.Value == "replace") 194else if (facet.Value == "collapse") 200throw new XmlSchemaException(ResXml.Sch_InvalidWhiteSpace, facet.Value, facet); 669Exception ex = datatype.TryParseValue(facet.Value, nameTable, nsmgr, out typedValue); 907if (facet.Value == null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (3)
36return String.Compare(f1.GetType().Name + ":" + f1.Value, f2.GetType().Name + ":" + f2.Value, StringComparison.Ordinal); 720WriteAttribute("value", "", o.Value);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (2)
648string constantName = CodeIdentifier.MakeValid(enumeration.Value); 650constant.XmlName = enumeration.Value;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (3)
1866XmlCustomFormatter.ToDefaultValue(enumeration.Value, sourceTypeDesc.FormatterName); 1869string constantName = CodeIdentifier.MakeValid(enumeration.Value); 1871constant.XmlName = enumeration.Value;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (2)
1210if (enumFacet.Value == null) 1218DataMember dataMember = new DataMember(enumFacet.Value);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (12)
3354WriteAttribute(@"value", @"", ((global::System.String)o.@Value)); 3396WriteAttribute(@"value", @"", ((global::System.String)o.@Value)); 3438WriteAttribute(@"value", @"", ((global::System.String)o.@Value)); 3480WriteAttribute(@"value", @"", ((global::System.String)o.@Value)); 3522WriteAttribute(@"value", @"", ((global::System.String)o.@Value)); 3564WriteAttribute(@"value", @"", ((global::System.String)o.@Value)); 3606WriteAttribute(@"value", @"", ((global::System.String)o.@Value)); 3648WriteAttribute(@"value", @"", ((global::System.String)o.@Value)); 3690WriteAttribute(@"value", @"", ((global::System.String)o.@Value)); 3732WriteAttribute(@"value", @"", ((global::System.String)o.@Value)); 3774WriteAttribute(@"value", @"", ((global::System.String)o.@Value)); 3816WriteAttribute(@"value", @"", ((global::System.String)o.@Value));