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