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