2 references to IsNonSerialized
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\ActivitySurrogate.cs (1)
53
if (kvp.Key != null && !kvp.Key.DefaultMetadata.
IsNonSerialized
)
AuthoringOM\Serializer\DependencyStoreSurrogate.cs (1)
27
if (!kvp.Key.DefaultMetadata.
IsNonSerialized
)