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