16 references to NewObjectId
System.Private.DataContractSerialization (16)
System\Runtime\Serialization\Attributes.cs (2)
88
Id = Globals.
NewObjectId
;
89
Ref = Globals.
NewObjectId
;
System\Runtime\Serialization\ExtensionDataObject.cs (2)
79
private string _id = Globals.
NewObjectId
;
142
get { return (Id != Globals.
NewObjectId
); }
System\Runtime\Serialization\ExtensionDataReader.cs (2)
505
if (node.Id != Globals.
NewObjectId
&& (node.Value == null || !node.IsFinalValue))
515
if (node.Id != Globals.
NewObjectId
)
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (1)
272
_ilg.Load(Globals.
NewObjectId
);
System\Runtime\Serialization\PrimitiveDataContract.cs (1)
114
if (attributes.Ref != Globals.
NewObjectId
)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (8)
117
if (attributes.Ref != Globals.
NewObjectId
)
298
if (attributes.Ref != Globals.
NewObjectId
)
310
return Globals.
NewObjectId
;
346
if (id != Globals.
NewObjectId
)
357
if (id != Globals.
NewObjectId
)
567
if (attributes.Ref != Globals.
NewObjectId
)
617
if (attributes.Ref != Globals.
NewObjectId
)
671
if (attributes.Id == Globals.
NewObjectId
)