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