2 writes to _attachableMemberCache
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (2)
76_attachableMemberCache = new ThreadSafeDictionary<string, XamlMember> 179Interlocked.CompareExchange(ref _attachableMemberCache,
6 references to _attachableMemberCache
System.Xaml (6)
System\Xaml\Schema\TypeReflector.cs (6)
177if (_attachableMemberCache is null) 183return _attachableMemberCache; 987Debug.Assert(_attachableMemberCache is not null, "AttachableMembers property should have been invoked before this"); 1008if (!_attachableMemberCache.TryGetValue(name, out member)) 1035if (!_attachableMemberCache.TryGetValue(name, out member)) 1051if (!_attachableMemberCache.TryGetValue(name, out member))