3 writes to Id
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6852o.@Id = CollapseWhitespace(Reader.Value);
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
149schema.Id = "schema" + (++id).ToString(CultureInfo.InvariantCulture);
System.Xml (1)
System\Xml\Schema\XmlSchema.cs (1)
587set { Id = value; }
14 references to Id
System.Data (3)
fx\src\data\System\Data\DataSet.cs (2)
3580if ((schema != null) && (schema.Id != null)) 3617(null != schema.Id))
fx\src\data\System\Data\XMLSchema.cs (1)
580_schemaName = schemaRoot.Id;
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
708if (schema.Id == null || schema.Id.Length == 0)
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
1827WriteAttribute(@"id", @"", ((global::System.String)o.@Id));
System\Web\Services\Discovery\SchemaReference.cs (1)
152string fileName = MakeValidFilename(Schema.Id);
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (4)
148if (schema.Id == null || schema.Id.Length == 0) 151string location = uri + "?schema=" + schema.Id; 165schemaTable.Add(schema.Id, schema);
System.Xml (3)
System\Xml\Schema\XmlSchema.cs (1)
586get { return Id; }
System\Xml\Serialization\Mappings.cs (2)
1189if (schema.Id == null || schema.Id.Length == 0) throw new InvalidOperationException(Res.GetString(Res.XmlSerializableNameMissing1, type.FullName));