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)
1200return _schema; 1372if (_schema != null) 1374if (string.IsNullOrEmpty(_schema.Id)) throw new InvalidOperationException(SR.Format(SR.XmlSerializableNameMissing1, _type!.FullName));