1 write to _factoryDelegates
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
97
_factoryDelegates
= new Dictionary<MethodBase, FactoryDelegate>();
2 references to _factoryDelegates
System.Xaml (2)
System\Xaml\Runtime\DynamicMethodRuntime.cs (2)
95
if (
_factoryDelegates
== null)
99
return
_factoryDelegates
;