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