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