1 write to _delegateCreators
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
121
_delegateCreators
= new Dictionary<Type, DelegateCreator>();
2 references to _delegateCreators
System.Xaml (2)
System\Xaml\Runtime\DynamicMethodRuntime.cs (2)
119
if (
_delegateCreators
== null)
123
return
_delegateCreators
;