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