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