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