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