1 implementation of Id
System.Runtime.Serialization (1)
System\Runtime\Serialization\ExtensionDataObject.cs (1)
172public string Id
2 writes to Id
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (2)
634dataNode.Id = attributes.Ref; 782dataNode.Id = attributes.Id;
3 references to Id
System.Runtime.Serialization (3)
System\Runtime\Serialization\ExtensionDataReader.cs (3)
517if (node.Id != Globals.NewObjectId && (node.Value == null || !node.IsFinalValue)) 528if (node.Id != Globals.NewObjectId) 536nextElement.AddAttribute(Globals.SerPrefix, Globals.SerializationNamespace, Globals.RefLocalName, node.Id.ToString(NumberFormatInfo.InvariantInfo));