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