1 write to Id
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
40set { Id = value; }
2 references to Id
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
39get { return Id; }
System\Xml\Serialization\SchemaObjectWriter.cs (1)
495WriteAttribute(@"id", @"", ((string?)o.@Id));