2 writes to Version
System.Private.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
550schema.Version = (string)version!;
System\Xml\Schema\XsdBuilder.cs (1)
1137builder._schema.Version = value;
5 references to Version
System.Private.Xml (5)
System\Xml\Schema\Preprocessor.cs (3)
539if (schema.Version != null) 543Exception? exception = tokenDt.TryParseValue(schema.Version, null, null, out version); 546SendValidationEvent(SR.Sch_AttributeValueDataTypeDetailed, new string[] { "version", schema.Version, tokenDt.TypeCodeString, exception.Message }, exception, schema);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
315if (schema.Version != null) 319XmlConvert.VerifyTOKEN(schema.Version); // can throw