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