28 implementations of GetRealObject
mscorlib (14)
system\delegateserializationholder.cs (1)
264public Object GetRealObject(StreamingContext context)
system\reflection\memberinfoserializationholder.cs (1)
100public virtual Object GetRealObject(StreamingContext context)
system\reflection\parameterinfo.cs (1)
216public object GetRealObject(StreamingContext context)
system\runtime\remoting\objref.cs (1)
707public virtual Object GetRealObject(StreamingContext context)
system\runtime\serialization\safeserializationmanager.cs (1)
377object IObjectReference.GetRealObject(StreamingContext context)
system\text\codepageencoding.cs (2)
79public Object GetRealObject(StreamingContext context) 127public Object GetRealObject(StreamingContext context)
system\text\encoding.cs (2)
1679public Object GetRealObject(StreamingContext context) 1807public Object GetRealObject(StreamingContext context)
system\text\mlangcodepageencoding.cs (3)
81public Object GetRealObject(StreamingContext context) 129public Object GetRealObject(StreamingContext context) 167public Object GetRealObject(StreamingContext context)
system\text\surrogateencoder.cs (1)
43public Object GetRealObject(StreamingContext context)
system\unityserializationholder.cs (1)
219public virtual Object GetRealObject(StreamingContext context)
System.Transactions (1)
System\Transactions\Oletx\OleTxTransaction.cs (1)
161public object GetRealObject(
System.Workflow.ComponentModel (12)
AuthoringOM\DependencyProperty.cs (1)
385public Object GetRealObject(StreamingContext context)
AuthoringOM\Serializer\ActivityExecutorSurrogate.cs (1)
29Object IObjectReference.GetRealObject(StreamingContext context)
AuthoringOM\Serializer\ActivitySurrogate.cs (3)
161Object IObjectReference.GetRealObject(StreamingContext context) 212object IObjectReference.GetRealObject(StreamingContext context) 336object IObjectReference.GetRealObject(StreamingContext context)
AuthoringOM\Serializer\ActivitySurrogateSelector.cs (1)
152Object IObjectReference.GetRealObject(StreamingContext context)
AuthoringOM\Serializer\DependencyStoreSurrogate.cs (1)
57Object IObjectReference.GetRealObject(StreamingContext context)
AuthoringOM\Serializer\DictionarySurrogate.cs (1)
74Object IObjectReference.GetRealObject(StreamingContext context)
AuthoringOM\Serializer\GenericQueueSurrogate.cs (1)
51Object IObjectReference.GetRealObject(StreamingContext context)
AuthoringOM\Serializer\ListSurrogate.cs (1)
52Object IObjectReference.GetRealObject(StreamingContext context)
AuthoringOM\Serializer\QueueSurrogate.cs (1)
43Object IObjectReference.GetRealObject(StreamingContext context)
AuthoringOM\Serializer\XmlDocumentSurrogate.cs (1)
34Object IObjectReference.GetRealObject(StreamingContext context)
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
221object IObjectReference.GetRealObject(StreamingContext context) {
3 references to GetRealObject
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (1)
196TopObject = ((IObjectReference)TopObject).GetRealObject(m_context);
system\runtime\serialization\objectmanager.cs (1)
315holder.SetObjectValue(((IObjectReference)(holder.ObjectValue)).GetRealObject(m_context), this);
System.Runtime.Serialization (1)
System\Runtime\Serialization\SurrogateDataContract.cs (1)
61return obj.GetRealObject(context);