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