Reconstruct the table here, when the entire object graph has been deserialized.
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Private Sub OnDeserialization ( _
    sender As Object _
) Implements IDeserializationCallback.OnDeserialization
void IDeserializationCallback.OnDeserialization(
    Object sender
)
private:
virtual void OnDeserialization(
    Object^ sender
) sealed = IDeserializationCallback::OnDeserialization
private abstract OnDeserialization : 
        sender:Object -> unit  
private override OnDeserialization : 
        sender:Object -> unit
JScript does not support explicit interface implementations.
Parameters
- sender
Type: System.Object 
Implements
IDeserializationCallback.OnDeserialization(Object)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.