3 references to Stringify
System.Workflow.ComponentModel (3)
AuthoringOM\Behaviors\SynchronizationScope.cs (2)
93return Stringify(value as ICollection<String>); 153string stringValue = SynchronizationHandlesTypeConverter.Stringify(value as ICollection<string>);
AuthoringOM\Serializer\StringCollectionMarkupSerializer.cs (1)
36return SynchronizationHandlesTypeConverter.Stringify(value as ICollection<String>);