1 write to _schema
System.Private.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
1346
_schema
= serializable.GetSchema();
3 references to _schema
System.Private.Xml (3)
System\Xml\Serialization\Mappings.cs (3)
1176
return
_schema
;
1348
if (
_schema
!= null)
1350
if (string.IsNullOrEmpty(
_schema
.Id)) throw new InvalidOperationException(SR.Format(SR.XmlSerializableNameMissing1, _type!.FullName));