3 writes to Version
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
575schema.Version = (string)version;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1145builder._schema.Version = value;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
8527o.@Version = CollapseWhitespace(Reader.Value);
6 references to Version
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
564if (schema.Version != null) 568Exception exception = tokenDt.TryParseValue(schema.Version, null, null, out version); 571SendValidationEvent(ResXml.Sch_AttributeValueDataTypeDetailed, new string[] { "version", schema.Version, tokenDt.TypeCodeString, exception.Message }, exception, schema);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
320if (schema.Version != null) 324XmlConvert.VerifyTOKEN(schema.Version); // can throw
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
2332WriteAttribute(@"version", @"", ((global::System.String)o.@Version));