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