16 references to NewObjectId
System.Runtime.Serialization (16)
System\Runtime\Serialization\Attributes.cs (2)
108Id = Globals.NewObjectId; 109Ref = Globals.NewObjectId;
System\Runtime\Serialization\ExtensionDataObject.cs (2)
99string id = Globals.NewObjectId; 169get { return (Id != Globals.NewObjectId); }
System\Runtime\Serialization\ExtensionDataReader.cs (2)
517if (node.Id != Globals.NewObjectId && (node.Value == null || !node.IsFinalValue)) 528if (node.Id != Globals.NewObjectId)
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (1)
336ilg.Load(Globals.NewObjectId);
System\Runtime\Serialization\PrimitiveDataContract.cs (1)
137if (attributes.Ref != Globals.NewObjectId)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (8)
149if (attributes.Ref != Globals.NewObjectId) 327if (attributes.Ref != Globals.NewObjectId) 339return Globals.NewObjectId; 380if (id != Globals.NewObjectId) 391if (id != Globals.NewObjectId) 582if (attributes.Ref != Globals.NewObjectId) 629if (attributes.Ref != Globals.NewObjectId) 683if (attributes.Id == Globals.NewObjectId)