2 writes to unifiedAssemblyName
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\WorkflowMarkupSerializerMapping.cs (2)
113
this.
unifiedAssemblyName
= assemblyName;
133
this.
unifiedAssemblyName
= unifiedAssemblyName;
3 references to unifiedAssemblyName
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\WorkflowMarkupSerializerMapping.cs (3)
149
this.
unifiedAssemblyName
== mapping.
unifiedAssemblyName
)
159
return (ClrNamespace.GetHashCode() ^ this.
unifiedAssemblyName
.GetHashCode());