1 write to _aliasedProperties
System.Xaml (1)
System\Xaml\Schema\TypeReflector.cs (1)
369Interlocked.CompareExchange(ref _aliasedProperties, dict, null);
4 references to _aliasedProperties
System.Xaml (4)
System\Xaml\Schema\TypeReflector.cs (4)
338else if (_aliasedProperties != null) 340result = _aliasedProperties.TryGetValue(directive, out member); 366if (_aliasedProperties == null) 371_aliasedProperties.TryAdd(directive, member);