2 writes to Id
System.Private.Xml (1)
System\Xml\Schema\XmlSchema.cs (1)
503
set {
Id
= value; }
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8368
o.
@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)
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)
1375
if (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)
2164
WriteAttribute(@"id", @"", ((global::System.String)o.
@Id
));