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)
117if (attributes.Ref != Globals.NewObjectId) 298if (attributes.Ref != Globals.NewObjectId) 310return Globals.NewObjectId; 346if (id != Globals.NewObjectId) 357if (id != Globals.NewObjectId) 567if (attributes.Ref != Globals.NewObjectId) 617if (attributes.Ref != Globals.NewObjectId) 671if (attributes.Id == Globals.NewObjectId)