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