2 writes to _nonAttachableMemberCache
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (2)
73
_nonAttachableMemberCache
= new ThreadSafeDictionary<string, XamlMember>
252
Interlocked.CompareExchange(ref
_nonAttachableMemberCache
,
6 references to _nonAttachableMemberCache
System.Xaml (6)
System\Xaml\Schema\TypeReflector.cs (6)
250
if (
_nonAttachableMemberCache
is null)
256
return
_nonAttachableMemberCache
;
469
Debug.Assert(
_nonAttachableMemberCache
is not null, "Members property should have been invoked before this");
482
Debug.Assert(
_nonAttachableMemberCache
is not null, "Members property should have been invoked before this");
499
if (
_nonAttachableMemberCache
.TryGetValue(currentProp.Name, out knownMember))
560
if (
_nonAttachableMemberCache
.TryGetValue(currentEvent.Name, out knownMember))