1 write to _aliasedProperties
System.Xaml (1)
System\Xaml\Schema\TypeReflector.cs (1)
380Interlocked.CompareExchange(ref _aliasedProperties, dict, null);
4 references to _aliasedProperties
System.Xaml (4)
System\Xaml\Schema\TypeReflector.cs (4)
348else if (_aliasedProperties is not null) 350result = _aliasedProperties.TryGetValue(directive, out member); 377if (_aliasedProperties is null) 383_aliasedProperties.TryAdd(directive, member);