4 references to surrogateCache
System.Workflow.ComponentModel (4)
AuthoringOM\Serializer\ActivitySurrogateSelector.cs (4)
47
lock (
surrogateCache
)
49
found =
surrogateCache
.TryGetValue(type, out result);
110
lock (
surrogateCache
)
112
surrogateCache
[type] = result;