2 references to DelegateCreators
System.Xaml (2)
System\Xaml\Runtime\DynamicMethodRuntime.cs (2)
185
if (!
DelegateCreators
.TryGetValue(targetType, out creator))
188
DelegateCreators
.Add(targetType, creator);