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