1 write to Id
System.Private.Xml (1)
System\Xml\Schema\XmlSchema.cs (1)
503
set {
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)
706
if (string.IsNullOrEmpty(schema.
Id
))
System.Private.Xml (2)
System\Xml\Schema\XmlSchema.cs (1)
502
get { return
Id
; }
System\Xml\Serialization\Mappings.cs (1)
1350
if (string.IsNullOrEmpty(_schema.
Id
)) throw new InvalidOperationException(SR.Format(SR.XmlSerializableNameMissing1, _type!.FullName));