2 writes to Id
System.Private.Xml (1)
System\Xml\Schema\XmlSchema.cs (1)
503set { Id = value; }
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8368o.@Id = CollapseWhitespace(Reader.Value);
5 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)
1375if (string.IsNullOrEmpty(_schema.Id)) throw new InvalidOperationException(SR.Format(SR.XmlSerializableNameMissing1, _type!.FullName));
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
2164WriteAttribute(@"id", @"", ((global::System.String)o.@Id));