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