3 references to GetExistingObject
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\ReflectionReader.cs (1)
311
value = context.
GetExistingObject
(objectId, type, name, ns);
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (2)
125
retObj =
GetExistingObject
(attributes.Ref, declaredType, name, ns);
570
value =
GetExistingObject
(attributes.Ref, null, name, string.Empty);