2 writes to _attachableMemberCache
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (2)
75_attachableMemberCache = new ThreadSafeDictionary<string, XamlMember>(); 172Interlocked.CompareExchange(ref _attachableMemberCache,
7 references to _attachableMemberCache
System.Xaml (7)
System\Xaml\Schema\TypeReflector.cs (7)
76_attachableMemberCache.IsComplete = true; 170if (_attachableMemberCache is null) 175return _attachableMemberCache; 951Debug.Assert(_attachableMemberCache is not null, "AttachableMembers property should have been invoked before this"); 972if (!_attachableMemberCache.TryGetValue(name, out member)) 998if (!_attachableMemberCache.TryGetValue(name, out member)) 1013if (!_attachableMemberCache.TryGetValue(name, out member))