2 writes to _attachableMemberCache
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (2)
77_attachableMemberCache = new ThreadSafeDictionary<string, XamlMember>(); 174Interlocked.CompareExchange(ref _attachableMemberCache,
7 references to _attachableMemberCache
System.Xaml (7)
System\Xaml\Schema\TypeReflector.cs (7)
78_attachableMemberCache.IsComplete = true; 172if (_attachableMemberCache == null) 177return _attachableMemberCache; 953Debug.Assert(_attachableMemberCache != null, "AttachableMembers property should have been invoked before this"); 974if (!_attachableMemberCache.TryGetValue(name, out member)) 1000if (!_attachableMemberCache.TryGetValue(name, out member)) 1015if (!_attachableMemberCache.TryGetValue(name, out member))