2 writes to _attachableMemberCache
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (2)
77
_attachableMemberCache
= new ThreadSafeDictionary<string, XamlMember>
180
Interlocked.CompareExchange(ref
_attachableMemberCache
,
6 references to _attachableMemberCache
System.Xaml (6)
System\Xaml\Schema\TypeReflector.cs (6)
178
if (
_attachableMemberCache
is null)
184
return
_attachableMemberCache
;
988
Debug.Assert(
_attachableMemberCache
is not null, "AttachableMembers property should have been invoked before this");
1009
if (!
_attachableMemberCache
.TryGetValue(name, out member))
1036
if (!
_attachableMemberCache
.TryGetValue(name, out member))
1052
if (!
_attachableMemberCache
.TryGetValue(name, out member))