3 writes to Version
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6848o.@Version = CollapseWhitespace(Reader.Value);
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
485schema.Version = (string)version;
System\Xml\Schema\XsdBuilder.cs (1)
1094builder.schema.Version = value;
6 references to Version
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
1826WriteAttribute(@"version", @"", ((global::System.String)o.@Version));
System.Xml (5)
System\Xml\Schema\Preprocessor.cs (3)
477if (schema.Version != null) { 480Exception exception = tokenDt.TryParseValue(schema.Version, null, null, out version); 482SendValidationEvent(Res.Sch_AttributeValueDataTypeDetailed, new string[] { "version", schema.Version, tokenDt.TypeCodeString, exception.Message }, exception, schema);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
272if (schema.Version != null) { 274XmlConvert.VerifyTOKEN(schema.Version); // can throw