2 writes to _attachableMemberCache
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (2)
77_attachableMemberCache = new ThreadSafeDictionary<string, XamlMember> 180Interlocked.CompareExchange(ref _attachableMemberCache,
6 references to _attachableMemberCache
System.Xaml (6)
System\Xaml\Schema\TypeReflector.cs (6)
178if (_attachableMemberCache is null) 184return _attachableMemberCache; 988Debug.Assert(_attachableMemberCache is not null, "AttachableMembers property should have been invoked before this"); 1009if (!_attachableMemberCache.TryGetValue(name, out member)) 1036if (!_attachableMemberCache.TryGetValue(name, out member)) 1052if (!_attachableMemberCache.TryGetValue(name, out member))