Implemented interface member:
method
GetSurrogate
System.Runtime.Serialization.ISurrogateSelector.GetSurrogate(System.Type, System.Runtime.Serialization.StreamingContext, out System.Runtime.Serialization.ISurrogateSelector)
1 override of GetSurrogate
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\ActivitySurrogateSelector.cs (1)
38
public override ISerializationSurrogate
GetSurrogate
(Type type, StreamingContext context, out ISurrogateSelector selector)
2 references to GetSurrogate
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\ActivitySurrogateSelector.cs (2)
53
return result == null ? base.
GetSurrogate
(type, context, out selector) : result;
115
return result == null ? base.
GetSurrogate
(type, context, out selector) : result;