4 references to xmlNamespaceBasedMappings
System.Workflow.ComponentModel (4)
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (4)
198if (!this.xmlNamespaceBasedMappings.TryGetValue(xmlns, out xmlnsMappings)) 387return this.xmlNamespaceBasedMappings; 407if (!this.xmlNamespaceBasedMappings.TryGetValue(mapping.XmlNamespace, out xmlnsMappings)) 410this.xmlNamespaceBasedMappings.Add(mapping.XmlNamespace, xmlnsMappings);