1 write to singleTypeCache
System.Activities (1)
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (1)
450
this.
singleTypeCache
= new Dictionary<Type, object>();
4 references to singleTypeCache
System.Activities (4)
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (4)
448
if (this.
singleTypeCache
== null)
455
this.
singleTypeCache
[extensionType] = extension;
461
if (this.
singleTypeCache
== null)
473
return this.
singleTypeCache
.TryGetValue(type, out extension);