1 write to schema
System.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
1186
schema
= serializable.GetSchema();
4 references to schema
System.Xml (4)
System\Xml\Serialization\Mappings.cs (4)
1044
return
schema
;
1188
if (
schema
!= null) {
1189
if (
schema
.Id == null ||
schema
.Id.Length == 0) throw new InvalidOperationException(Res.GetString(Res.XmlSerializableNameMissing1, type.FullName));