1 write to Id
System.Private.Xml (1)
System\Xml\Schema\XmlSchema.cs (1)
503set { Id = value; }
4 references to Id
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
669_schemaName = schemaRoot.Id;
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
706if (string.IsNullOrEmpty(schema.Id))
System.Private.Xml (2)
System\Xml\Schema\XmlSchema.cs (1)
502get { return Id; }
System\Xml\Serialization\Mappings.cs (1)
1350if (string.IsNullOrEmpty(_schema.Id)) throw new InvalidOperationException(SR.Format(SR.XmlSerializableNameMissing1, _type!.FullName));