1 write to _aliasedProperties
System.Xaml (1)
System\Xaml\Schema\TypeReflector.cs (1)
379Interlocked.CompareExchange(ref _aliasedProperties, dict, null);
4 references to _aliasedProperties
System.Xaml (4)
System\Xaml\Schema\TypeReflector.cs (4)
347else if (_aliasedProperties is not null) 349result = _aliasedProperties.TryGetValue(directive, out member); 376if (_aliasedProperties is null) 382_aliasedProperties.TryAdd(directive, member);