2 writes to Id
System.Runtime.Serialization (2)
System\Runtime\Serialization\Attributes.cs (2)
108Id = Globals.NewObjectId; 125Id = reader.ReadContentAsString();
6 references to Id
System.Runtime.Serialization (6)
System\Runtime\Serialization\Attributes.cs (2)
126if (string.IsNullOrEmpty(Id)) 128throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(SR.GetString(SR.InvalidXsIdDefinition, Id)));
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (4)
361return attributes.Id; 375AddNewObjectWithId(attributes.Id, obj); 683if (attributes.Id == Globals.NewObjectId) 782dataNode.Id = attributes.Id;