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)
123
retObj =
GetExistingObject
(attributes.Ref, declaredType, name, ns);
568
value =
GetExistingObject
(attributes.Ref, null, name, string.Empty);