4 references to clrNamespaceBasedMappings
System.Workflow.ComponentModel (4)
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (4)
160if (!this.clrNamespaceBasedMappings.TryGetValue(key, out mappingForType)) 379return this.clrNamespaceBasedMappings; 403if (!this.clrNamespaceBasedMappings.ContainsKey(mapping.GetHashCode())) 404this.clrNamespaceBasedMappings.Add(mapping.GetHashCode(), mapping);