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