1 write to _propertyGetDelegates
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
69
_propertyGetDelegates
= new Dictionary<MethodInfo, PropertyGetDelegate>();
2 references to _propertyGetDelegates
System.Xaml (2)
System\Xaml\Runtime\DynamicMethodRuntime.cs (2)
67
if (
_propertyGetDelegates
is null)
71
return
_propertyGetDelegates
;