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)
67if (_propertyGetDelegates is null) 71return _propertyGetDelegates;