10 references to NewObjectId
dotnet-svcutil-lib (10)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Attributes.cs (2)
118
Id = Globals.
NewObjectId
;
119
Ref = Globals.
NewObjectId
;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataObject.cs (2)
99
private string _id = Globals.
NewObjectId
;
169
get { return (Id != Globals.
NewObjectId
); }
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\PrimitiveDataContract.cs (1)
160
if (attributes.Ref != Globals.
NewObjectId
)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (5)
130
if (attributes.Ref != Globals.
NewObjectId
)
336
if (attributes.Ref != Globals.
NewObjectId
)
348
return Globals.
NewObjectId
;
405
if (id != Globals.
NewObjectId
)
414
if (id != Globals.
NewObjectId
)