16 references to NewObjectId
System.Private.DataContractSerialization (16)
System\Runtime\Serialization\Attributes.cs (2)
88Id = Globals.NewObjectId; 89Ref = Globals.NewObjectId;
System\Runtime\Serialization\ExtensionDataObject.cs (2)
79private string _id = Globals.NewObjectId; 142get { return (Id != Globals.NewObjectId); }
System\Runtime\Serialization\ExtensionDataReader.cs (2)
505if (node.Id != Globals.NewObjectId && (node.Value == null || !node.IsFinalValue)) 515if (node.Id != Globals.NewObjectId)
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (1)
272_ilg.Load(Globals.NewObjectId);
System\Runtime\Serialization\PrimitiveDataContract.cs (1)
114if (attributes.Ref != Globals.NewObjectId)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (8)
115if (attributes.Ref != Globals.NewObjectId) 296if (attributes.Ref != Globals.NewObjectId) 308return Globals.NewObjectId; 344if (id != Globals.NewObjectId) 355if (id != Globals.NewObjectId) 565if (attributes.Ref != Globals.NewObjectId) 615if (attributes.Ref != Globals.NewObjectId) 669if (attributes.Id == Globals.NewObjectId)